Class UmaConfiguration

java.lang.Object
org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentation
org.keycloak.authorization.config.UmaConfiguration

public class UmaConfiguration extends org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentation
Author:
Pedro Igor
  • Field Summary

    Fields inherited from class org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentation

    otherClaims
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final UmaConfiguration
     
     
     
     

    Methods inherited from class org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentation

    getAcrValuesSupported, getAuthorizationEncryptionAlgValuesSupported, getAuthorizationEncryptionEncValuesSupported, getAuthorizationEndpoint, getAuthorizationResponseIssParameterSupported, getAuthorizationSigningAlgValuesSupported, getBackchannelAuthenticationEndpoint, getBackchannelAuthenticationRequestSigningAlgValuesSupported, getBackchannelLogoutSessionSupported, getBackchannelLogoutSupported, getBackchannelTokenDeliveryModesSupported, getCheckSessionIframe, getClaimsParameterSupported, getClaimsSupported, getClaimTypesSupported, getCodeChallengeMethodsSupported, getDeviceAuthorizationEndpoint, getDpopSigningAlgValuesSupported, getFrontChannelLogoutSessionSupported, getFrontChannelLogoutSupported, getGrantTypesSupported, getIdTokenEncryptionAlgValuesSupported, getIdTokenEncryptionEncValuesSupported, getIdTokenSigningAlgValuesSupported, getIntrospectionEndpoint, getIntrospectionEndpointAuthMethodsSupported, getIntrospectionEndpointAuthSigningAlgValuesSupported, getIssuer, getJwksUri, getLogoutEndpoint, getMtlsEndpointAliases, getOtherClaims, getPromptValuesSupported, 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, setAuthorizationResponseIssParameterSupported, setAuthorizationSigningAlgValuesSupported, setBackchannelAuthenticationEndpoint, setBackchannelAuthenticationRequestSigningAlgValuesSupported, setBackchannelLogoutSessionSupported, setBackchannelLogoutSupported, setBackchannelTokenDeliveryModesSupported, setCheckSessionIframe, setClaimsParameterSupported, setClaimsSupported, setClaimTypesSupported, setCodeChallengeMethodsSupported, setDeviceAuthorizationEndpoint, setDpopSigningAlgValuesSupported, setFrontChannelLogoutSessionSupported, setFrontChannelLogoutSupported, setGrantTypesSupported, setIdTokenEncryptionAlgValuesSupported, setIdTokenEncryptionEncValuesSupported, setIdTokenSigningAlgValuesSupported, setIntrospectionEndpoint, setIntrospectionEndpointAuthMethodsSupported, setIntrospectionEndpointAuthSigningAlgValuesSupported, setIssuer, setJwksUri, setLogoutEndpoint, setMtlsEndpointAliases, setOtherClaims, setPromptValuesSupported, setPushedAuthorizationRequestEndpoint, setRegistrationEndpoint, setRequestObjectEncryptionAlgValuesSupported, setRequestObjectEncryptionEncValuesSupported, setRequestObjectSigningAlgValuesSupported, setRequestParameterSupported, setRequestUriParameterSupported, setRequirePushedAuthorizationRequests, setRequireRequestUriRegistration, setResponseModesSupported, setResponseTypesSupported, setRevocationEndpoint, setRevocationEndpointAuthMethodsSupported, setRevocationEndpointAuthSigningAlgValuesSupported, setScopesSupported, setSubjectTypesSupported, setTlsClientCertificateBoundAccessTokens, setTokenEndpoint, setTokenEndpointAuthMethodsSupported, setTokenEndpointAuthSigningAlgValuesSupported, setUserInfoEncryptionAlgValuesSupported, setUserInfoEncryptionEncValuesSupported, setUserinfoEndpoint, setUserInfoSigningAlgValuesSupported

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UmaConfiguration

      public UmaConfiguration()
  • Method Details

    • create

      public static final UmaConfiguration create(KeycloakSession session)
    • getResourceRegistrationEndpoint

      public String getResourceRegistrationEndpoint()
    • getPermissionEndpoint

      public String getPermissionEndpoint()
    • getPolicyEndpoint

      public String getPolicyEndpoint()