Class WellKnownService
- java.lang.Object
-
- org.apache.cxf.rs.security.oauth2.services.WellKnownService
-
public class WellKnownService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringWELL_KNOWN_PATH
-
Constructor Summary
Constructors Constructor Description WellKnownService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizationMetadataServicegetService()voidsetService(AuthorizationMetadataService service)
-
-
-
Field Detail
-
WELL_KNOWN_PATH
public static final String WELL_KNOWN_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getService
@Path(".well-known") public AuthorizationMetadataService getService()
-
setService
public void setService(AuthorizationMetadataService service)
-
-