Class UmaConfiguration
- java.lang.Object
-
- org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentation
-
- org.keycloak.authorization.config.UmaConfiguration
-
public class UmaConfiguration extends OIDCConfigurationRepresentation
- Author:
- Pedro Igor
-
-
Field Summary
-
Fields inherited from class org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentation
otherClaims
-
-
Constructor Summary
Constructors Constructor Description UmaConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UmaConfiguration
create(KeycloakSession session)
String
getPermissionEndpoint()
String
getPolicyEndpoint()
String
getResourceRegistrationEndpoint()
-
Methods inherited from class org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentation
getAcrValuesSupported, getAuthorizationEncryptionAlgValuesSupported, getAuthorizationEncryptionEncValuesSupported, getAuthorizationEndpoint, getAuthorizationSigningAlgValuesSupported, getBackchannelAuthenticationEndpoint, getBackchannelAuthenticationRequestSigningAlgValuesSupported, getBackchannelLogoutSessionSupported, getBackchannelLogoutSupported, getBackchannelTokenDeliveryModesSupported, getCheckSessionIframe, getClaimsParameterSupported, getClaimsSupported, getClaimTypesSupported, getCodeChallengeMethodsSupported, getDeviceAuthorizationEndpoint, getFrontChannelLogoutSessionSupported, getFrontChannelLogoutSupported, getGrantTypesSupported, getIdTokenEncryptionAlgValuesSupported, getIdTokenEncryptionEncValuesSupported, getIdTokenSigningAlgValuesSupported, getIntrospectionEndpoint, getIntrospectionEndpointAuthMethodsSupported, getIntrospectionEndpointAuthSigningAlgValuesSupported, getIssuer, getJwksUri, getLogoutEndpoint, getMtlsEndpointAliases, getOtherClaims, getPushedAuthorizationRequestEndpoint, getRegistrationEndpoint, getRequestObjectEncryptionAlgValuesSupported, getRequestObjectEncryptionEncValuesSupported, getRequestObjectSigningAlgValuesSupported, getRequestParameterSupported, getRequestUriParameterSupported, getRequirePushedAuthorizationRequests, getRequireRequestUriRegistration, getResponseModesSupported, getResponseTypesSupported, getRevocationEndpoint, getRevocationEndpointAuthMethodsSupported, getRevocationEndpointAuthSigningAlgValuesSupported, getScopesSupported, getSubjectTypesSupported, getTlsClientCertificateBoundAccessTokens, getTokenEndpoint, getTokenEndpointAuthMethodsSupported, getTokenEndpointAuthSigningAlgValuesSupported, getUserInfoEncryptionAlgValuesSupported, getUserInfoEncryptionEncValuesSupported, getUserinfoEndpoint, getUserInfoSigningAlgValuesSupported, setAcrValuesSupported, setAuthorizationEncryptionAlgValuesSupported, setAuthorizationEncryptionEncValuesSupported, setAuthorizationEndpoint, setAuthorizationSigningAlgValuesSupported, setBackchannelAuthenticationEndpoint, setBackchannelAuthenticationRequestSigningAlgValuesSupported, setBackchannelLogoutSessionSupported, setBackchannelLogoutSupported, setBackchannelTokenDeliveryModesSupported, setCheckSessionIframe, setClaimsParameterSupported, setClaimsSupported, setClaimTypesSupported, setCodeChallengeMethodsSupported, setDeviceAuthorizationEndpoint, setGrantTypesSupported, setIdTokenEncryptionAlgValuesSupported, setIdTokenEncryptionEncValuesSupported, setIdTokenSigningAlgValuesSupported, setIntrospectionEndpoint, setIntrospectionEndpointAuthMethodsSupported, setIntrospectionEndpointAuthSigningAlgValuesSupported, setIssuer, setJwksUri, setLogoutEndpoint, setMtlsEndpointAliases, setOtherClaims, setPushedAuthorizationRequestEndpoint, setRegistrationEndpoint, setRequestObjectEncryptionAlgValuesSupported, setRequestObjectEncryptionEncValuesSupported, setRequestObjectSigningAlgValuesSupported, setRequestParameterSupported, setRequestUriParameterSupported, setRequirePushedAuthorizationRequests, setRequireRequestUriRegistration, setResponseModesSupported, setResponseTypesSupported, setRevocationEndpoint, setRevocationEndpointAuthMethodsSupported, setRevocationEndpointAuthSigningAlgValuesSupported, setScopesSupported, setSubjectTypesSupported, setTlsClientCertificateBoundAccessTokens, setTokenEndpoint, setTokenEndpointAuthMethodsSupported, setTokenEndpointAuthSigningAlgValuesSupported, setUserInfoEncryptionAlgValuesSupported, setUserInfoEncryptionEncValuesSupported, setUserinfoEndpoint, setUserInfoSigningAlgValuesSupported
-
-
-
-
Method Detail
-
create
public static final UmaConfiguration create(KeycloakSession session)
-
getResourceRegistrationEndpoint
public String getResourceRegistrationEndpoint()
-
getPermissionEndpoint
public String getPermissionEndpoint()
-
getPolicyEndpoint
public String getPolicyEndpoint()
-
-