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 class
AuthorizationCodeGrant
The authorization code is obtained by using an authorization server as an intermediary between the client and resource owner.class
AuthorizationGrant
Base class for all the types of authorization grant.class
CIBAGrant
An extension grant with the grant type value: urn:openid:params:grant-type:cibaclass
ClientCredentialsGrant
The 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.class
DeviceCodeGrant
An extension grant with the grant type value: urn:ietf:params:oauth:grant-type:device_codeclass
ImplicitGrant
The implicit grant is a simplified authorization code flow optimized for clients implemented in a browser using a scripting language such as JavaScript.class
ResourceOwnerPasswordCredentialsGrant
The resource owner password credentials (i.e. username and password) can be used directly as an authorization grant to obtain an access token.class
SimpleAuthorizationGrant
class
TokenExchangeGrant
Methods in io.jans.as.server.model.common that return AbstractAuthorizationGrant Modifier and Type Method Description AbstractAuthorizationGrant
AbstractAuthorizationGrant. setAuthorizationChallenge(boolean authorizationChallenge)
Method parameters in io.jans.as.server.model.common with type arguments of type AbstractAuthorizationGrant Modifier and Type Method Description CIBAGrant
CacheGrant. asCibaGrant(jakarta.enterprise.inject.Instance<AbstractAuthorizationGrant> grantInstance)
AuthorizationCodeGrant
CacheGrant. asCodeGrant(jakarta.enterprise.inject.Instance<AbstractAuthorizationGrant> grantInstance)
DeviceCodeGrant
CacheGrant. 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 boolean
TokenCreatorService. isRefreshTokenAllowed(io.jans.as.common.model.registration.Client client, String requestedScope, AbstractAuthorizationGrant grant)
-