Class BaseOAuthProtectionService

    • Constructor Detail

      • BaseOAuthProtectionService

        public BaseOAuthProtectionService()
    • Method Detail

      • processIntrospectionResponse

        protected abstract jakarta.ws.rs.core.Response processIntrospectionResponse​(io.jans.as.model.common.IntrospectionResponse response,
                                                                                    List<String> scopes)
      • processAuthorization

        public jakarta.ws.rs.core.Response processAuthorization​(jakarta.ws.rs.core.HttpHeaders headers,
                                                                jakarta.ws.rs.container.ResourceInfo resourceInfo)
        Specified by:
        processAuthorization in interface IProtectionService