public class BaseAuthenticationInfo extends BaseSecurityInfo<Object>
GET_CONFIG_ENTRY_PERM, jbossModuleNames, moduleEntries, name, SET_CONFIG_ENTRY_PERM
Constructor and Description |
---|
BaseAuthenticationInfo() |
BaseAuthenticationInfo(String name) |
Modifier and Type | Method and Description |
---|---|
AppConfigurationEntry[] |
copyAppConfigurationEntry()
Creates and returns a copy of the application authentication configuration.
|
protected AppConfigurationEntry[] |
copyAppConfigurationEntry(List<Object> entries)
Creates and returns a copy of the specified list of
AppConfigurationEntry objects, adding the security
domain option when necessary. |
protected BaseSecurityInfo<Object> |
create(String name) |
AppConfigurationEntry[] |
getAppConfigurationEntry()
Gets the application authentication configuration.
|
add, add, addJBossModuleName, getJBossModuleName, getJBossModuleNames, getModuleEntries, getName, merge, setJBossModuleName, setName
public BaseAuthenticationInfo()
public BaseAuthenticationInfo(String name)
protected BaseSecurityInfo<Object> create(String name)
create
in class BaseSecurityInfo<Object>
public AppConfigurationEntry[] getAppConfigurationEntry()
Gets the application authentication configuration. Execution of this method requires a
getLoginConfiguration
permission.
AppConfigurationEntry
array containing the application's authentication configuration.public AppConfigurationEntry[] copyAppConfigurationEntry()
Creates and returns a copy of the application authentication configuration. By default this returns the array
created by the copyAppConfigurationEntry(List)
method using the moduleEntries
as a parameter.
AppConfigurationEntry
array containing the copied entries.protected AppConfigurationEntry[] copyAppConfigurationEntry(List<Object> entries)
Creates and returns a copy of the specified list of AppConfigurationEntry
objects, adding the security
domain option when necessary. Execution of this method requires a getLoginConfiguration
permission.
entries
- a List
containing the AppConfigurationEntry
objects to be copied.AppConfigurationEntry
array containing the copied entries.Copyright © 2021 JBoss by Red Hat. All rights reserved.