Package io.jans.scim.auth.oauth
Class DefaultOAuthProtectionService
- java.lang.Object
-
- io.jans.scim.auth.oauth.BaseOAuthProtectionService
-
- io.jans.scim.auth.oauth.DefaultOAuthProtectionService
-
- All Implemented Interfaces:
IProtectionService
,Serializable
@ApplicationScoped public class DefaultOAuthProtectionService extends BaseOAuthProtectionService
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultOAuthProtectionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
processIntrospectionResponse(io.jans.as.model.common.IntrospectionResponse iresponse, List<String> scopes)
-
Methods inherited from class io.jans.scim.auth.oauth.BaseOAuthProtectionService
processAuthorization
-
-
-
-
Method Detail
-
processIntrospectionResponse
public jakarta.ws.rs.core.Response processIntrospectionResponse(io.jans.as.model.common.IntrospectionResponse iresponse, List<String> scopes)
- Specified by:
processIntrospectionResponse
in classBaseOAuthProtectionService
-
-