Package io.jans.as.model.uma
Class UmaMetadata
- java.lang.Object
-
- io.jans.as.model.discovery.OAuth2Discovery
-
- io.jans.as.model.uma.UmaMetadata
-
public class UmaMetadata extends OAuth2Discovery
UMA2 metadata
-
-
Constructor Summary
Constructors Constructor Description UmaMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClaimsInteractionEndpoint()StringgetPermissionEndpoint()StringgetResourceRegistrationEndpoint()StringgetScopeEndpoint()String[]getUmaProfilesSupported()voidsetClaimsInteractionEndpoint(String claimsInteractionEndpoint)voidsetPermissionEndpoint(String permissionEndpoint)voidsetResourceRegistrationEndpoint(String resourceRegistrationEndpoint)voidsetScopeEndpoint(String scopeEndpoint)voidsetUmaProfilesSupported(String[] umaProfilesSupported)StringtoString()-
Methods inherited from class io.jans.as.model.discovery.OAuth2Discovery
getAuthorizationChallengeEndpoint, getAuthorizationEndpoint, getCodeChallengeMethodsSupported, getGrantTypesSupported, getIntrospectionEndpoint, getIssuer, getJwksUri, getOpPolicyUri, getOpTosUri, getRegistrationEndpoint, getResponseTypesSupported, getServiceDocumentation, getTokenEndpoint, getTokenEndpointAuthMethodsSupported, getTokenEndpointAuthSigningAlgValuesSupported, getUiLocalesSupported, setAuthorizationChallengeEndpoint, setAuthorizationEndpoint, setCodeChallengeMethodsSupported, setGrantTypesSupported, setIntrospectionEndpoint, setIssuer, setJwksUri, setOpPolicyUri, setOpTosUri, setRegistrationEndpoint, setResponseTypesSupported, setServiceDocumentation, setTokenEndpoint, setTokenEndpointAuthMethodsSupported, setTokenEndpointAuthSigningAlgValuesSupported, setUiLocalesSupported
-
-
-
-
Method Detail
-
getClaimsInteractionEndpoint
public String getClaimsInteractionEndpoint()
-
setClaimsInteractionEndpoint
public void setClaimsInteractionEndpoint(String claimsInteractionEndpoint)
-
getUmaProfilesSupported
public String[] getUmaProfilesSupported()
-
setUmaProfilesSupported
public void setUmaProfilesSupported(String[] umaProfilesSupported)
-
getPermissionEndpoint
public String getPermissionEndpoint()
-
setPermissionEndpoint
public void setPermissionEndpoint(String permissionEndpoint)
-
getResourceRegistrationEndpoint
public String getResourceRegistrationEndpoint()
-
setResourceRegistrationEndpoint
public void setResourceRegistrationEndpoint(String resourceRegistrationEndpoint)
-
getScopeEndpoint
public String getScopeEndpoint()
-
setScopeEndpoint
public void setScopeEndpoint(String scopeEndpoint)
-
toString
public String toString()
- Overrides:
toStringin classOAuth2Discovery
-
-