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.OIDCConfigurationRepresentationotherClaims
 
- 
 - 
Constructor SummaryConstructors Constructor Description UmaConfiguration()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UmaConfigurationcreate(KeycloakSession session)StringgetPermissionEndpoint()StringgetPolicyEndpoint()StringgetResourceRegistrationEndpoint()- 
Methods inherited from class org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentationgetAcrValuesSupported, 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- 
createpublic static final UmaConfiguration create(KeycloakSession session) 
 - 
getResourceRegistrationEndpointpublic String getResourceRegistrationEndpoint() 
 - 
getPermissionEndpointpublic String getPermissionEndpoint() 
 - 
getPolicyEndpointpublic String getPolicyEndpoint() 
 
- 
 
-