Uses of Class
org.keycloak.rar.AuthorizationDetails
Packages that use AuthorizationDetails
Package
Description
-
Uses of AuthorizationDetails in org.keycloak.forms.login
Method parameters in org.keycloak.forms.login with type arguments of type AuthorizationDetailsModifier and TypeMethodDescriptionLoginFormsProvider.setAccessRequest
(List<AuthorizationDetails> clientScopesRequested) -
Uses of AuthorizationDetails in org.keycloak.forms.login.freemarker
Fields in org.keycloak.forms.login.freemarker with type parameters of type AuthorizationDetailsModifier and TypeFieldDescriptionprotected List<AuthorizationDetails>
FreeMarkerLoginFormsProvider.clientScopesRequested
Method parameters in org.keycloak.forms.login.freemarker with type arguments of type AuthorizationDetailsModifier and TypeMethodDescriptionFreeMarkerLoginFormsProvider.setAccessRequest
(List<AuthorizationDetails> clientScopesRequested) -
Uses of AuthorizationDetails in org.keycloak.forms.login.freemarker.model
Constructors in org.keycloak.forms.login.freemarker.model with parameters of type AuthorizationDetailsModifierConstructorDescriptionClientScopeEntry
(String consentScreenText, String guiOrder, AuthorizationDetails authorizationDetails) Constructor parameters in org.keycloak.forms.login.freemarker.model with type arguments of type AuthorizationDetailsModifierConstructorDescriptionOAuthGrantBean
(String code, ClientModel client, List<AuthorizationDetails> clientScopesRequested) -
Uses of AuthorizationDetails in org.keycloak.rar
Methods in org.keycloak.rar that return types with arguments of type AuthorizationDetailsMethod parameters in org.keycloak.rar with type arguments of type AuthorizationDetailsModifier and TypeMethodDescriptionvoid
AuthorizationRequestContext.setAuthorizationDetailEntries
(List<AuthorizationDetails> authorizationDetailEntries) Constructor parameters in org.keycloak.rar with type arguments of type AuthorizationDetailsModifierConstructorDescriptionAuthorizationRequestContext
(List<AuthorizationDetails> authorizationDetailEntries) -
Uses of AuthorizationDetails in org.keycloak.services.util
Methods in org.keycloak.services.util that return types with arguments of type AuthorizationDetailsModifier and TypeMethodDescriptionstatic Stream<AuthorizationDetails>
AuthorizationContextUtil.getAuthorizationRequestsStreamFromScopesWithClient
(KeycloakSession session, String scope) An extension of {@link AuthorizationContextUtil#getAuthorizationRequestContextFromScopesWithClient)} that returns the list as a Stream