Package com.pingidentity.sdk.accessgrant
Class AccessGrantCriteria
java.lang.Object
com.pingidentity.sdk.accessgrant.AccessGrantCriteria
-
Constructor Summary
ConstructorsConstructorDescriptionAccessGrantCriteria(String userKey, Scope scope, String clientId, String grantType, String contextQualifier, AuthorizationDetails authorizationDetails) Access Grant Criteria constructor -
Method Summary
Modifier and TypeMethodDescriptionGet the authorization details to retrieve access grants for.Get the client id to retrieve access grants for.Get the contextual qualifier to retrieve access grants for.Get the grant type to retrieve access grants for.getScope()Get the scope to retrieve access grants for.Get the unique user identifier to retrieve access grants for.voidsetAuthorizationDetails(AuthorizationDetails authorizationDetails) Set the authorization details to retrieve access grants for.voidsetClientId(String clientId) Set the client id to retrieve access grants for.voidsetContextQualifier(String contextQualifier) Set the contextual qualifier to retrieve access grants for.voidsetGrantType(String grantType) Set the grant type to retrieve access grants for.voidSet the scope to retrieve access grants for.voidsetUserKey(String userKey) Set the unique user identifier to retrieve access grants for.
-
Constructor Details
-
AccessGrantCriteria
public AccessGrantCriteria(String userKey, Scope scope, String clientId, String grantType, String contextQualifier, AuthorizationDetails authorizationDetails) Access Grant Criteria constructor- Parameters:
userKey- The unique user identifier to retrieve access grants for.scope- The scope to retrieve access grants for.clientId- The client id to retrieve access grants for.grantType- The grant type to retrieve access grants for.contextQualifier- The contextual qualifier to retrieve access grants for.authorizationDetails- The authorization details to retrieve access grants for.
-
-
Method Details
-
getUserKey
Get the unique user identifier to retrieve access grants for.- Returns:
- The unique user identifier to retrieve access grants for.
-
setUserKey
Set the unique user identifier to retrieve access grants for.- Parameters:
userKey- The unique user identifier to retrieve access grants for.
-
getScope
Get the scope to retrieve access grants for.- Returns:
- The scope to retrieve access grants for.
-
setScope
Set the scope to retrieve access grants for.- Parameters:
scope- The scope to retrieve access grants for.
-
getClientId
Get the client id to retrieve access grants for.- Returns:
- The client id to retrieve access grants for.
-
setClientId
Set the client id to retrieve access grants for.- Parameters:
clientId- The client id to retrieve access grants for.
-
getGrantType
Get the grant type to retrieve access grants for.- Returns:
- The grant type to retrieve access grants for.
-
setGrantType
Set the grant type to retrieve access grants for.- Parameters:
grantType- The grant type to retrieve access grants for.
-
getContextQualifier
Get the contextual qualifier to retrieve access grants for.- Returns:
- The contextual qualifier to retrieve access grants for.
-
setContextQualifier
Set the contextual qualifier to retrieve access grants for.- Parameters:
contextQualifier- The contextual qualifier to retrieve access grants for.
-
getAuthorizationDetails
Get the authorization details to retrieve access grants for.- Returns:
- The authorization details to retrieve access grants for.
-
setAuthorizationDetails
Set the authorization details to retrieve access grants for.- Parameters:
authorizationDetails- The authorization details to retrieve access grants for.
-