|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSOMA.security.infrastructure.InfrastructureAddress
Field Summary | |
static int |
CREATE_PROFILE
|
(package private) com.entrust.x509.directory.JNDIDirectory |
directory
|
(package private) javax.naming.directory.DirContext |
DirectoryContext
|
(package private) java.lang.String |
directoryIP
|
(package private) int |
directoryPort
|
(package private) java.lang.String |
managerIP
|
(package private) int |
managerPort
|
(package private) boolean |
need_ciphers_init
|
boolean |
onLine
|
static int |
RECOVER_PROFILE
|
static java.lang.String |
SearchExpression
|
Fields inherited from interface SOMA.security.infrastructure.NetAddress |
CA_IP, CA_SearchBase, DEFAULT_CA_PORT, DEFAULT_LDAP_PORT, DIR_IP |
Constructor Summary | |
InfrastructureAddress()
Creates an new objects that rappresents an Entrust PKI |
|
InfrastructureAddress(java.lang.String caIP,
java.lang.String dirIP)
Creates an new objects that rappresents an Entrust PKI |
|
InfrastructureAddress(java.lang.String caIP,
java.lang.String dirIP,
boolean onLine)
Creates an new objects that rappresents an Entrust PKI |
Method Summary | |
void |
checkCiphers()
Checks if there is a need to init the ciphers. |
com.entrust.x509.directory.JNDIDirectory |
connectDirectory()
|
StringList |
DirSearch(java.lang.String searchBase,
java.lang.String searchExpr)
|
X509CRL[] |
getCRL(java.lang.String distributionPoint,
boolean wantARL)
|
com.entrust.x509.directory.JNDIDirectory |
getDirectory()
|
javax.naming.directory.DirContext |
getDirectoryContext()
|
java.lang.String |
getDirectoryIP()
Returns the ip address of the entrust CA |
int |
getDirectoryPort()
Returns the port number of the directory |
java.lang.String |
getManagerIP()
Returns the ip address of the entrust CA |
int |
getManagerPort()
Returns the port number of the entrust CA |
boolean |
getOnLine()
This method return onLine state |
EntrustManagerTransport |
getTransport()
|
void |
setDirectoryIP(java.lang.String dirIP)
This method sets the Directore IP |
void |
setDirectoryPort(int dirPort)
This method sets the directory port number |
void |
setManagerIP(java.lang.String caIP)
This method sets the CA IP |
void |
setManagerPort(int caPort)
This method sets the CA port number |
void |
setOnLine(boolean onLine)
This method sets the onLine parameter |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
com.entrust.x509.directory.JNDIDirectory directory
javax.naming.directory.DirContext DirectoryContext
public boolean onLine
java.lang.String managerIP
int managerPort
java.lang.String directoryIP
int directoryPort
boolean need_ciphers_init
public static final int RECOVER_PROFILE
public static final int CREATE_PROFILE
public static final java.lang.String SearchExpression
Constructor Detail |
public InfrastructureAddress(java.lang.String caIP, java.lang.String dirIP)
caIP
- the ip address or hostname of the entrust authority,dirIP
- the ip address or hostname of the ldap directorypublic InfrastructureAddress(java.lang.String caIP, java.lang.String dirIP, boolean onLine)
caIP
- the ip address or hostname of the entrust authority,dirIP
- the ip address or hostname of the ldap directoryonLine
- the directory is on line.public InfrastructureAddress()
Method Detail |
public void checkCiphers()
public boolean getOnLine()
public void setOnLine(boolean onLine)
onLine
- it's the new valuepublic void setManagerIP(java.lang.String caIP)
caIP
- it's the ip address of the CApublic java.lang.String getManagerIP()
public void setManagerPort(int caPort)
caPort
- it's the port number of the CApublic int getManagerPort()
public void setDirectoryIP(java.lang.String dirIP)
public java.lang.String getDirectoryIP()
public void setDirectoryPort(int dirPort)
public int getDirectoryPort()
public EntrustManagerTransport getTransport()
public javax.naming.directory.DirContext getDirectoryContext()
public com.entrust.x509.directory.JNDIDirectory connectDirectory()
public com.entrust.x509.directory.JNDIDirectory getDirectory()
public X509CRL[] getCRL(java.lang.String distributionPoint, boolean wantARL) throws java.security.cert.CRLException, X509Exception
java.security.cert.CRLException
X509Exception
public StringList DirSearch(java.lang.String searchBase, java.lang.String searchExpr)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |