protected class OIDCIdentityProvider.OIDCEndpoint extends AbstractOAuth2IdentityProvider.Endpoint
callback, clientConnection, event, headers, realm, session, uriInfo
Constructor and Description |
---|
OIDCEndpoint(IdentityProvider.AuthenticationCallback callback,
RealmModel realm,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
logoutResponse(javax.ws.rs.core.UriInfo uriInfo,
String state) |
authResponse, generateTokenRequest
public OIDCEndpoint(IdentityProvider.AuthenticationCallback callback, RealmModel realm, EventBuilder event)
@GET @Path(value="logout_response") public javax.ws.rs.core.Response logoutResponse(@Context javax.ws.rs.core.UriInfo uriInfo, @QueryParam(value="state") String state)
Copyright © 2016 JBoss by Red Hat. All rights reserved.