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