@Service(name="configure-ldap-for-admin") @PerLookup @ExecuteOn(value={DAS,INSTANCE}) @TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG}) public class LDAPAdminAccessConfigurator extends Object implements AdminCommand, AdminCommandSecurity.Preauthorization
| Modifier and Type | Field and Description |
|---|---|
String |
basedn |
static String |
DEFAULT_SSL_LDAP_SOCKET_FACTORY |
static String |
FIXED_ADMIN_REALM_NAME
Field denoting the name of the realm used for administration.
|
static String |
LDAP_SOCKET_FACTORY |
String |
ldapGroupName |
static String |
LDAPS_URL |
static String |
ORIG_ADMIN_REALM_NAME |
String |
url |
| Constructor and Description |
|---|
LDAPAdminAccessConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AdminCommandContext context)
Executes the command with the command parameters passed as Properties
where the keys are the parameter names and the values are the parameter values
|
boolean |
preAuthorization(AdminCommandContext context) |
public volatile String basedn
public volatile String url
public volatile String ldapGroupName
public static final String LDAP_SOCKET_FACTORY
public static final String DEFAULT_SSL_LDAP_SOCKET_FACTORY
public static final String LDAPS_URL
public static final String FIXED_ADMIN_REALM_NAME
public static final String ORIG_ADMIN_REALM_NAME
public boolean preAuthorization(AdminCommandContext context)
preAuthorization in interface AdminCommandSecurity.Preauthorizationpublic void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationCopyright © 2017. All rights reserved.