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 java.lang.String
getClaimsInteractionEndpoint()
java.lang.String
getPermissionEndpoint()
java.lang.String
getResourceRegistrationEndpoint()
java.lang.String
getScopeEndpoint()
java.lang.String[]
getUmaProfilesSupported()
void
setClaimsInteractionEndpoint(java.lang.String claimsInteractionEndpoint)
void
setPermissionEndpoint(java.lang.String permissionEndpoint)
void
setResourceRegistrationEndpoint(java.lang.String resourceRegistrationEndpoint)
void
setScopeEndpoint(java.lang.String scopeEndpoint)
void
setUmaProfilesSupported(java.lang.String[] umaProfilesSupported)
java.lang.String
toString()
-
Methods inherited from class io.jans.as.model.discovery.OAuth2Discovery
getAuthorizationEndpoint, getCodeChallengeMethodsSupported, getGrantTypesSupported, getIntrospectionEndpoint, getIssuer, getJwksUri, getOpPolicyUri, getOpTosUri, getRegistrationEndpoint, getResponseTypesSupported, getServiceDocumentation, getTokenEndpoint, getTokenEndpointAuthMethodsSupported, getTokenEndpointAuthSigningAlgValuesSupported, getUiLocalesSupported, setAuthorizationEndpoint, setCodeChallengeMethodsSupported, setGrantTypesSupported, setIntrospectionEndpoint, setIssuer, setJwksUri, setOpPolicyUri, setOpTosUri, setRegistrationEndpoint, setResponseTypesSupported, setServiceDocumentation, setTokenEndpoint, setTokenEndpointAuthMethodsSupported, setTokenEndpointAuthSigningAlgValuesSupported, setUiLocalesSupported
-
-
-
-
Method Detail
-
getClaimsInteractionEndpoint
public java.lang.String getClaimsInteractionEndpoint()
-
setClaimsInteractionEndpoint
public void setClaimsInteractionEndpoint(java.lang.String claimsInteractionEndpoint)
-
getUmaProfilesSupported
public java.lang.String[] getUmaProfilesSupported()
-
setUmaProfilesSupported
public void setUmaProfilesSupported(java.lang.String[] umaProfilesSupported)
-
getPermissionEndpoint
public java.lang.String getPermissionEndpoint()
-
setPermissionEndpoint
public void setPermissionEndpoint(java.lang.String permissionEndpoint)
-
getResourceRegistrationEndpoint
public java.lang.String getResourceRegistrationEndpoint()
-
setResourceRegistrationEndpoint
public void setResourceRegistrationEndpoint(java.lang.String resourceRegistrationEndpoint)
-
getScopeEndpoint
public java.lang.String getScopeEndpoint()
-
setScopeEndpoint
public void setScopeEndpoint(java.lang.String scopeEndpoint)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classOAuth2Discovery
-
-