Package io.jans.as.server.uma.ws.rs
Class UmaMetadataWS
- java.lang.Object
 - 
- io.jans.as.server.uma.ws.rs.UmaMetadataWS
 
 
- 
@Path("/uma2-configuration") public class UmaMetadataWS extends ObjectThe endpoint at which the requester can obtain UMA2 metadata. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringUMA_CLAIMS_GATHERING_PATHstatic StringUMA_SCOPES_SUFFIX 
- 
Constructor Summary
Constructors Constructor Description UmaMetadataWS() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.ResponsegetConfiguration() 
 - 
 
- 
- 
Field Detail
- 
UMA_SCOPES_SUFFIX
public static final String UMA_SCOPES_SUFFIX
- See Also:
 - Constant Field Values
 
 
- 
UMA_CLAIMS_GATHERING_PATH
public static final String UMA_CLAIMS_GATHERING_PATH
- See Also:
 - Constant Field Values
 
 
 - 
 
 -