Uses of Interface
com.authlete.jaxrs.spi.UserInfoRequestHandlerSpi
-
Packages that use UserInfoRequestHandlerSpi Package Description com.authlete.jaxrs com.authlete.jaxrs.spi -
-
Uses of UserInfoRequestHandlerSpi in com.authlete.jaxrs
Methods in com.authlete.jaxrs with parameters of type UserInfoRequestHandlerSpi Modifier and Type Method Description javax.ws.rs.core.ResponseBaseUserInfoEndpoint. handle(com.authlete.common.api.AuthleteApi api, UserInfoRequestHandlerSpi spi, UserInfoRequestHandler.Params params)Handle a userinfo request.javax.ws.rs.core.ResponseBaseUserInfoEndpoint. handle(com.authlete.common.api.AuthleteApi api, UserInfoRequestHandlerSpi spi, UserInfoRequestHandler.Params params, com.authlete.common.api.Options userInfoOptions, com.authlete.common.api.Options userInfoIssueOptions)Handle a userinfo request.javax.ws.rs.core.ResponseBaseUserInfoEndpoint. handle(com.authlete.common.api.AuthleteApi api, UserInfoRequestHandlerSpi spi, String accessToken)Handle a userinfo request.javax.ws.rs.core.ResponseBaseUserInfoEndpoint. handle(com.authlete.common.api.AuthleteApi api, UserInfoRequestHandlerSpi spi, String accessToken, com.authlete.common.api.Options userInfoOptions, com.authlete.common.api.Options userInfoIssueOptions)Handle a userinfo request.Constructors in com.authlete.jaxrs with parameters of type UserInfoRequestHandlerSpi Constructor Description UserInfoRequestHandler(com.authlete.common.api.AuthleteApi api, UserInfoRequestHandlerSpi spi)Constructor with an implementation ofAuthleteApiinterface and an implementation ofUserInfoRequestHandlerSpiinterface. -
Uses of UserInfoRequestHandlerSpi in com.authlete.jaxrs.spi
Classes in com.authlete.jaxrs.spi that implement UserInfoRequestHandlerSpi Modifier and Type Class Description classUserInfoRequestHandlerSpiAdapterEmpty implementation ofUserInfoRequestHandlerSpiinterface.
-