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 TypeClassDescriptionclassThe authorization code is obtained by using an authorization server as an intermediary between the client and resource owner.classBase class for all the types of authorization grant.classAn extension grant with the grant type value: urn:openid:params:grant-type:cibaclassThe 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.classAn extension grant with the grant type value: urn:ietf:params:oauth:grant-type:device_codeclassThe implicit grant is a simplified authorization code flow optimized for clients implemented in a browser using a scripting language such as JavaScript.classThe resource owner password credentials (i.e. username and password) can be used directly as an authorization grant to obtain an access token.classclassMethods 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 TypeMethodDescriptionbooleanTokenCreatorService.isRefreshTokenAllowed(io.jans.as.common.model.registration.Client client, String requestedScope, AbstractAuthorizationGrant grant)