Uses of Class
org.keycloak.rar.AuthorizationDetails
-
Packages that use AuthorizationDetails Package Description org.keycloak.forms.login org.keycloak.forms.login.freemarker org.keycloak.forms.login.freemarker.model org.keycloak.rar org.keycloak.services.util -
-
Uses of AuthorizationDetails in org.keycloak.forms.login
Method parameters in org.keycloak.forms.login with type arguments of type AuthorizationDetails Modifier and Type Method Description LoginFormsProvider
LoginFormsProvider. 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 AuthorizationDetails Modifier and Type Field Description protected List<AuthorizationDetails>
FreeMarkerLoginFormsProvider. clientScopesRequested
Method parameters in org.keycloak.forms.login.freemarker with type arguments of type AuthorizationDetails Modifier and Type Method Description LoginFormsProvider
FreeMarkerLoginFormsProvider. 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 AuthorizationDetails Constructor Description ClientScopeEntry(String consentScreenText, String guiOrder, AuthorizationDetails authorizationDetails)
Constructor parameters in org.keycloak.forms.login.freemarker.model with type arguments of type AuthorizationDetails Constructor Description OAuthGrantBean(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 AuthorizationDetails Modifier and Type Method Description List<AuthorizationDetails>
AuthorizationRequestContext. getAuthorizationDetailEntries()
Method parameters in org.keycloak.rar with type arguments of type AuthorizationDetails Modifier and Type Method Description void
AuthorizationRequestContext. setAuthorizationDetailEntries(List<AuthorizationDetails> authorizationDetailEntries)
Constructor parameters in org.keycloak.rar with type arguments of type AuthorizationDetails Constructor Description AuthorizationRequestContext(List<AuthorizationDetails> authorizationDetailEntries)
-
Uses of AuthorizationDetails in org.keycloak.services.util
Methods in org.keycloak.services.util that return types with arguments of type AuthorizationDetails Modifier and Type Method Description static Stream<AuthorizationDetails>
AuthorizationContextUtil. getAuthorizationRequestsStreamFromScopesWithClient(KeycloakSession session, String scope)
An extension of {@link AuthorizationContextUtil#getAuthorizationRequestContextFromScopesWithClient)} that returns the list as a Stream
-