|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MQAuthInfo
An authentication information object contains authentication information used in Secure Sockets Layer (SSL) encrypted transport of information. An authentication information object of AUTHTYPE CRLLDAP provides the definitions required to perform Certificate Revocation List (CRL) checking using LDAP servers. CRLs allow Certification Authorities to revoke certificates that can no longer be trusted.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getLDAPServerName()
CONNAME(string) The hostname, IPv4 dotted decimal address, or IPv6 hexadecimal notation of the host on which the LDAP server is running, with an optional port number. |
java.lang.String |
getName()
AuthInfo name (AINAME) The name of the authentication information object to display. |
MQQueueManager |
getQueueManager()
|
java.lang.String |
getType()
Authentication information type (parameter identifier: MQIA_AUTH_INFO_TYPE). |
java.lang.String |
getUserName()
LDAPUSER The Distinguished Name of the user who is accessing the LDAP server. |
boolean |
hasLDAPServerName()
|
boolean |
hasName()
|
boolean |
hasQueueManager()
|
boolean |
hasType()
|
boolean |
hasUserName()
|
void |
setLDAPServerName(java.lang.String x)
|
void |
setName(java.lang.String x)
|
void |
setQueueManager(MQQueueManager x)
|
void |
setType(java.lang.String x)
|
void |
setUserName(java.lang.String x)
|
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Methods inherited from interface com.collation.platform.model.topology.app.messaging.mq.MQBase |
---|
getDefault, getIsValid, getSystem, hasDefault, hasIsValid, hasSystem, setDefault, setIsValid, setSystem |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
java.lang.String getUserName() throws AttributeNotSetException
AttributeNotSetException
void setUserName(java.lang.String x)
boolean hasUserName()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String x)
boolean hasName()
MQQueueManager getQueueManager() throws AttributeNotSetException
AttributeNotSetException
void setQueueManager(MQQueueManager x)
boolean hasQueueManager()
java.lang.String getLDAPServerName() throws AttributeNotSetException
AttributeNotSetException
void setLDAPServerName(java.lang.String x)
boolean hasLDAPServerName()
java.lang.String getType() throws AttributeNotSetException
AttributeNotSetException
void setType(java.lang.String x)
boolean hasType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |