public class Authenticator extends Object
LoginContext
for the choosen realm.Modifier and Type | Field and Description |
---|---|
static String |
AUTHENTICATION_SCHEME_BASIC |
static String |
HEADER_AUTHORIZATION |
Constructor and Description |
---|
Authenticator() |
Modifier and Type | Method and Description |
---|---|
static AuthenticateResult |
authenticate(String realm,
String role,
String rolePrincipalClasses,
Configuration configuration,
javax.servlet.http.HttpServletRequest request,
PrivilegedCallback cb) |
static void |
extractAuthInfo(String authHeader,
ExtractAuthInfoCallback cb) |
public static final String HEADER_AUTHORIZATION
public static final String AUTHENTICATION_SCHEME_BASIC
public static void extractAuthInfo(String authHeader, ExtractAuthInfoCallback cb)
public static AuthenticateResult authenticate(String realm, String role, String rolePrincipalClasses, Configuration configuration, javax.servlet.http.HttpServletRequest request, PrivilegedCallback cb)
Copyright © 2016 JBoss by Red Hat. All rights reserved.