Class OidcRpAuthenticationService

java.lang.Object
org.apache.cxf.rs.security.oidc.rp.OidcRpAuthenticationService

@Path("rp") public class OidcRpAuthenticationService extends Object
  • Constructor Details

    • OidcRpAuthenticationService

      public OidcRpAuthenticationService()
  • Method Details

    • completeScriptAuthentication

      @POST @Path("signin") @Consumes("application/x-www-form-urlencoded") public jakarta.ws.rs.core.Response completeScriptAuthentication(@Context IdTokenContext idTokenContext)
    • completeAuthentication

      @GET @Path("complete") public jakarta.ws.rs.core.Response completeAuthentication(@Context OidcClientTokenContext oidcContext)
    • setDefaultLocation

      public void setDefaultLocation(String defaultLocation)
    • setClientTokenContextManager

      public void setClientTokenContextManager(ClientTokenContextManager manager)