Class 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
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static UmaConfiguration create​(org.keycloak.models.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
    • Constructor Detail

      • UmaConfiguration

        public UmaConfiguration()
    • Method Detail

      • create

        public static final UmaConfiguration create​(org.keycloak.models.KeycloakSession session)
      • getResourceRegistrationEndpoint

        public String getResourceRegistrationEndpoint()
      • getPermissionEndpoint

        public String getPermissionEndpoint()
      • getPolicyEndpoint

        public String getPolicyEndpoint()