|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.LDAPAccessAuthenticationServiceDescriptor
public class LDAPAccessAuthenticationServiceDescriptor
LDAP access authentication service descriptor. The service described by this descriptor takes responsibility for authenticating incoming requests against LDAP system.
Field Summary | |
---|---|
static int |
DEFAULT_PORT
|
static long |
DEFAULT_TIMEOUT
|
Constructor Summary | |
---|---|
LDAPAccessAuthenticationServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code. |
|
LDAPAccessAuthenticationServiceDescriptor(java.lang.String host,
int port,
long connectionTimeoutMillis,
java.lang.String userDNPattern,
java.lang.String accountTemplate,
com.jscape.inet.mft.subsystems.authentication.UsernameConversionType usernameConversionType,
boolean useSsl,
boolean emptyPasswordAllowed,
com.jscape.inet.mft.LdapFailoverServerParameters[] failoverServers)
Creates a new descriptor instance. |
Method Summary | |
---|---|
java.lang.String |
getAccountTemplate()
Returns the account template name. |
long |
getConnectionTimeoutMillis()
Returns connection timeout millis. |
boolean |
getEmptyPasswordAllowed()
Returns empty password allowed flag. |
com.jscape.inet.mft.LdapFailoverServerParameters[] |
getFailoverServers()
Returns failover servers parameters. |
java.lang.String |
getHost()
Returns LDAP server host/IP. |
int |
getPort()
Returns LDAP server port. |
java.lang.String |
getUserDNPattern()
Returns server access pattern. |
com.jscape.inet.mft.subsystems.authentication.UsernameConversionType |
getUsernameConversionType()
|
boolean |
getUseSsl()
Returns SSL usage flag. |
void |
setAccountTemplate(java.lang.String value)
Sets the account template name. |
void |
setConnectionTimeoutMillis(long value)
Sets connection timeout millis. |
void |
setEmptyPasswordAllowed(boolean value)
Sets empty password allowed flag. |
void |
setFailoverServers(com.jscape.inet.mft.LdapFailoverServerParameters[] value)
Sets failover servers parameters. |
void |
setHost(java.lang.String value)
Sets LDAP server host/IP |
void |
setPort(int value)
Sets LDAP server port. |
void |
setUserDNPattern(java.lang.String value)
Sets server access pattern. |
void |
setUsernameConversionType(com.jscape.inet.mft.subsystems.authentication.UsernameConversionType value)
|
void |
setUseSsl(boolean value)
Sets SSL usage flag. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_PORT
public static final long DEFAULT_TIMEOUT
Constructor Detail |
---|
public LDAPAccessAuthenticationServiceDescriptor(java.lang.String host, int port, long connectionTimeoutMillis, java.lang.String userDNPattern, java.lang.String accountTemplate, com.jscape.inet.mft.subsystems.authentication.UsernameConversionType usernameConversionType, boolean useSsl, boolean emptyPasswordAllowed, com.jscape.inet.mft.LdapFailoverServerParameters[] failoverServers)
host
- LDAP server host/IPport
- LDAP server portconnectionTimeoutMillis
- connection timeout millisuserDNPattern
- access patternaccountTemplate
- account template nameuseSsl
- SSL connection usage flagemptyPasswordAllowed
- empty password allowedfailoverServers
- failover server parameterspublic LDAPAccessAuthenticationServiceDescriptor()
Method Detail |
---|
public java.lang.String getHost()
public void setHost(java.lang.String value)
value
- LDAP server host/IPpublic int getPort()
public void setPort(int value)
value
- LDAP server portpublic long getConnectionTimeoutMillis()
public void setConnectionTimeoutMillis(long value)
value
- connection timeout millispublic java.lang.String getUserDNPattern()
public void setUserDNPattern(java.lang.String value)
value
- server access patternpublic java.lang.String getAccountTemplate()
public void setAccountTemplate(java.lang.String value)
value
- the account template namepublic com.jscape.inet.mft.subsystems.authentication.UsernameConversionType getUsernameConversionType()
public void setUsernameConversionType(com.jscape.inet.mft.subsystems.authentication.UsernameConversionType value)
public boolean getUseSsl()
true
if SSL conection should be used
false
otherwisepublic void setUseSsl(boolean value)
value
- if true
SSL connection will be usedpublic boolean getEmptyPasswordAllowed()
true
if empty password is allowed;
false
otherwisepublic void setEmptyPasswordAllowed(boolean value)
value
- if true
the empty password will be
allowed due authenticationpublic com.jscape.inet.mft.LdapFailoverServerParameters[] getFailoverServers()
public void setFailoverServers(com.jscape.inet.mft.LdapFailoverServerParameters[] value)
value
- failover server parameterspublic java.lang.String toString()
toString
in class java.lang.Object
|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |