Class OidcRpAuthenticationService


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

      • OidcRpAuthenticationService

        public OidcRpAuthenticationService()
    • Method Detail

      • completeScriptAuthentication

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

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

        public void setDefaultLocation​(String defaultLocation)