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 String
getClaimsInteractionEndpoint()
String
getPermissionEndpoint()
String
getResourceRegistrationEndpoint()
String
getScopeEndpoint()
String[]
getUmaProfilesSupported()
void
setClaimsInteractionEndpoint(String claimsInteractionEndpoint)
void
setPermissionEndpoint(String permissionEndpoint)
void
setResourceRegistrationEndpoint(String resourceRegistrationEndpoint)
void
setScopeEndpoint(String scopeEndpoint)
void
setUmaProfilesSupported(String[] umaProfilesSupported)
String
toString()
-
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:
toString
in classOAuth2Discovery
-
-