Uses of Interface
com.authlete.jaxrs.spi.AuthorizationDecisionHandlerSpi
-
Packages that use AuthorizationDecisionHandlerSpi Package Description com.authlete.jaxrs com.authlete.jaxrs.spi -
-
Uses of AuthorizationDecisionHandlerSpi in com.authlete.jaxrs
Methods in com.authlete.jaxrs with parameters of type AuthorizationDecisionHandlerSpi Modifier and Type Method Description javax.ws.rs.core.ResponseBaseAuthorizationDecisionEndpoint. handle(com.authlete.common.api.AuthleteApi api, AuthorizationDecisionHandlerSpi spi, AuthorizationDecisionHandler.Params params)Handle an authorization decision request.javax.ws.rs.core.ResponseBaseAuthorizationDecisionEndpoint. handle(com.authlete.common.api.AuthleteApi api, AuthorizationDecisionHandlerSpi spi, AuthorizationDecisionHandler.Params params, com.authlete.common.api.Options authzIssueOptions, com.authlete.common.api.Options authzFailOptions)Handle an authorization decision request.javax.ws.rs.core.ResponseBaseAuthorizationDecisionEndpoint. handle(com.authlete.common.api.AuthleteApi api, AuthorizationDecisionHandlerSpi spi, String ticket, String[] claimNames, String[] claimLocales)Handle an authorization decision request.javax.ws.rs.core.ResponseBaseAuthorizationDecisionEndpoint. handle(com.authlete.common.api.AuthleteApi api, AuthorizationDecisionHandlerSpi spi, String ticket, String[] claimNames, String[] claimLocales, com.authlete.common.api.Options authzIssueOptions, com.authlete.common.api.Options authzFailOptions)Handle an authorization decision request.Constructors in com.authlete.jaxrs with parameters of type AuthorizationDecisionHandlerSpi Constructor Description AuthorizationDecisionHandler(com.authlete.common.api.AuthleteApi api, AuthorizationDecisionHandlerSpi spi)Constructor with an implementation ofAuthleteApiinterface and an implementation ofAuthorizationDecisionHandlerSpiinterface. -
Uses of AuthorizationDecisionHandlerSpi in com.authlete.jaxrs.spi
Classes in com.authlete.jaxrs.spi that implement AuthorizationDecisionHandlerSpi Modifier and Type Class Description classAuthorizationDecisionHandlerSpiAdapterEmpty implementation ofAuthorizationDecisionHandlerSpiinterface.
-