Package io.jans.scim.auth.none
Class NoProtectionService
- java.lang.Object
-
- io.jans.scim.auth.none.NoProtectionService
-
- All Implemented Interfaces:
IProtectionService
@ApplicationScoped public class NoProtectionService extends Object implements IProtectionService
-
-
Constructor Summary
Constructors Constructor Description NoProtectionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
processAuthorization(jakarta.ws.rs.core.HttpHeaders headers, jakarta.ws.rs.container.ResourceInfo resourceInfo)
-
-
-
Method Detail
-
processAuthorization
public jakarta.ws.rs.core.Response processAuthorization(jakarta.ws.rs.core.HttpHeaders headers, jakarta.ws.rs.container.ResourceInfo resourceInfo)
- Specified by:
processAuthorization
in interfaceIProtectionService
-
-