public class AppAuthManager extends AuthenticationManager
AuthenticationManager.AuthenticationStatus, AuthenticationManager.AuthResult| Modifier and Type | Field and Description |
|---|---|
protected static org.jboss.logging.Logger |
logger |
FORM_USERNAME, KEYCLOAK_IDENTITY_COOKIE, KEYCLOAK_REMEMBER_ME, KEYCLOAK_SESSION_COOKIE, protector, providerSession| Constructor and Description |
|---|
AppAuthManager(ProviderSession providerSession) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationManager.AuthResult |
authenticateBearerToken(RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers) |
AuthenticationManager.AuthResult |
authenticateIdentityCookie(RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers) |
String |
extractAuthorizationHeaderToken(javax.ws.rs.core.HttpHeaders headers) |
authenticateForm, authenticateIdentityCookie, authenticateInternal, createIdentityToken, createLoginCookie, createRememberMeCookie, encodeToken, expireCookie, expireIdentityCookie, expireRememberMeCookie, getIdentityCookiePath, isSessionValid, logout, verifyIdentityTokenpublic AppAuthManager(ProviderSession providerSession)
public AuthenticationManager.AuthResult authenticateIdentityCookie(RealmModel realm, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders headers)
authenticateIdentityCookie in class AuthenticationManagerpublic String extractAuthorizationHeaderToken(javax.ws.rs.core.HttpHeaders headers)
public AuthenticationManager.AuthResult authenticateBearerToken(RealmModel realm, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders headers)
Copyright © 2014. All Rights Reserved.