public class AuthenticationInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static AuthPermission |
GET_CONFIG_ENTRY_PERM |
static AuthPermission |
SET_CONFIG_ENTRY_PERM |
| Constructor and Description |
|---|
AuthenticationInfo() |
| Modifier and Type | Method and Description |
|---|---|
CallbackHandler |
getAppCallbackHandler() |
AppConfigurationEntry[] |
getAppConfigurationEntry()
Get an application authentication configuration.
|
void |
setAppCallbackHandler(CallbackHandler handler) |
void |
setAppConfigurationEntry(AppConfigurationEntry[] loginModules)
Set an application authentication configuration.
|
public static final AuthPermission GET_CONFIG_ENTRY_PERM
public static final AuthPermission SET_CONFIG_ENTRY_PERM
public AppConfigurationEntry[] getAppConfigurationEntry()
public void setAppConfigurationEntry(AppConfigurationEntry[] loginModules)
public CallbackHandler getAppCallbackHandler()
public void setAppCallbackHandler(CallbackHandler handler)
Copyright © 2017 JBoss by Red Hat. All rights reserved.