Class Grant
java.lang.Object
com.tivoli.am.fim.trustserver.sts.oauth20.Grant
Represents an OAuth Grant
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the client ID of the authorization grant.Return the state ID of the authorization grant.boolean
Return whether the authorization grant is enabled.
-
Field Details
-
Grant_java_sourceCodeID
- See Also:
-
Grant_java_copyright
- See Also:
-
GRANT_CLIENT_ID
- See Also:
-
GRANT_STATE_ID
- See Also:
-
GRANT_TOKEN_ENABLED
- See Also:
-
-
Constructor Details
-
Grant
Initialize this Grant with the specified parameters.- Parameters:
clientId
-stateId
-isEnabled
-
-
-
Method Details
-
getClientId
Return the client ID of the authorization grant.- Returns:
- The client ID of the authorization grant.
-
getStateId
Return the state ID of the authorization grant.- Returns:
- The state ID of the authorization grant.
-
isEnabled
public boolean isEnabled()Return whether the authorization grant is enabled.- Returns:
- True if the authorization grant is enabled.
-