Uses of Class
io.jans.as.server.model.common.AbstractAuthorizationGrant
-
Packages that use AbstractAuthorizationGrant Package Description io.jans.as.server.model.common io.jans.as.server.token.ws.rs -
-
Uses of AbstractAuthorizationGrant in io.jans.as.server.model.common
Subclasses of AbstractAuthorizationGrant in io.jans.as.server.model.common Modifier and Type Class Description classAuthorizationCodeGrantThe authorization code is obtained by using an authorization server as an intermediary between the client and resource owner.classAuthorizationGrantBase class for all the types of authorization grant.classCIBAGrantAn extension grant with the grant type value: urn:openid:params:grant-type:cibaclassClientCredentialsGrantThe client credentials (or other forms of client authentication) can be used as an authorization grant when the authorization scope is limited to the protected resources under the control of the client, or to protected resources previously arranged with the authorization server.classDeviceCodeGrantAn extension grant with the grant type value: urn:ietf:params:oauth:grant-type:device_codeclassImplicitGrantThe implicit grant is a simplified authorization code flow optimized for clients implemented in a browser using a scripting language such as JavaScript.classResourceOwnerPasswordCredentialsGrantThe resource owner password credentials (i.e. username and password) can be used directly as an authorization grant to obtain an access token.classSimpleAuthorizationGrantclassTokenExchangeGrantMethods in io.jans.as.server.model.common that return AbstractAuthorizationGrant Modifier and Type Method Description AbstractAuthorizationGrantAbstractAuthorizationGrant. setAuthorizationChallenge(boolean authorizationChallenge)Method parameters in io.jans.as.server.model.common with type arguments of type AbstractAuthorizationGrant Modifier and Type Method Description CIBAGrantCacheGrant. asCibaGrant(jakarta.enterprise.inject.Instance<AbstractAuthorizationGrant> grantInstance)AuthorizationCodeGrantCacheGrant. asCodeGrant(jakarta.enterprise.inject.Instance<AbstractAuthorizationGrant> grantInstance)DeviceCodeGrantCacheGrant. asDeviceCodeGrant(jakarta.enterprise.inject.Instance<AbstractAuthorizationGrant> grantInstance) -
Uses of AbstractAuthorizationGrant in io.jans.as.server.token.ws.rs
Methods in io.jans.as.server.token.ws.rs with parameters of type AbstractAuthorizationGrant Modifier and Type Method Description booleanTokenCreatorService. isRefreshTokenAllowed(io.jans.as.common.model.registration.Client client, String requestedScope, AbstractAuthorizationGrant grant)
-