Package io.jans.scim.auth
Class ScimService
- java.lang.Object
-
- io.jans.scim.auth.ScimService
-
- All Implemented Interfaces:
JansRestService
@ApplicationScoped public class ScimService extends Object implements JansRestService
-
-
Constructor Summary
Constructors Constructor Description ScimService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
IProtectionService
getProtectionService()
boolean
isEnabled()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceJansRestService
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interfaceJansRestService
-
getProtectionService
public IProtectionService getProtectionService()
- Specified by:
getProtectionService
in interfaceJansRestService
-
-