|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Connection
Views the metrics for each existing active connection to a Central Management Server.
The Connection class allows you to view the metrics for each existing active connection to an CMS server. Its properties provide general authentication, logon, access, and user information.
Each time a user logs on to the CMS server a Connection info object is created. This object allows you to view the metrics for each active connection to an CMS server. The properties provide general authentication, logon, access and user information. Once the user logs off the CMS the Connection object is destroyed.
Note: This object cannot be imported or exported.
| Nested Class Summary | |
|---|---|
static class |
Connection.Factory
A class with methods for creating instances of the Connection type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
CollateralIds |
addNewCollateralIds()
Appends and returns a new empty CollateralIds object as the last element of the array. |
CustomProperties |
addNewCustomProperties()
Appends and returns a new empty CustomProperties object as the last element of the array. |
java.lang.String |
getAuthenticationMethod()
Returns the authentication method used to logon. |
java.lang.String |
getCMSName()
Returns the name of the CMS server this user is connected to. |
CollateralIds |
getCollateralIds()
Returns the collection of collateral IDs associated with this connection. |
boolean |
getConcurrent()
Internal Use Only. |
CustomProperties |
getCustomProperties()
Returns the custom properties. |
int |
getFailedLogonCount()
Returns the number of failed logon attempts since the last successful logon. |
java.lang.String |
getFailoverToken()
Returns the failover token. |
java.util.Calendar |
getLastAccess()
Returns the last date and time that this user accessed the CMS server. |
java.util.Calendar |
getLastLogon()
Returns the last date and time this user connected to the CMS. |
int |
getLocale()
Internal Use Only. |
int |
getNumberOfUses()
Internal Use Only. |
int |
getPasswordExpiry()
Internal Use Only. |
boolean |
getServerLogonSession()
Internal Use Only. |
java.lang.String |
getUserAlias()
Returns the user alias. |
java.lang.String |
getUserID()
Returns the user ID. |
java.util.Calendar |
getValidUntil()
Internal Use Only. |
boolean |
isSetAuthenticationMethod()
Checks if the authentication method has been set. |
boolean |
isSetCMSName()
Checks if the CMS Name is set. |
boolean |
isSetCollateralIds()
Checks if the CollateralIds have been set. |
boolean |
isSetConcurrent()
Internal Use Only. |
boolean |
isSetCustomProperties()
Checks if the custom properties have been set. |
boolean |
isSetFailedLogonCount()
Checks if the failed logon count has been set. |
boolean |
isSetFailoverToken()
Checks if the failover token has been set. |
boolean |
isSetLastAccess()
Checks if the last date and time have been set. |
boolean |
isSetLastLogon()
Checks if the last date and time this use connected has been set. |
boolean |
isSetLocale()
Internal Use Only. |
boolean |
isSetNumberOfUses()
Internal Use Only. |
boolean |
isSetPasswordExpiry()
Internal Use Only. |
boolean |
isSetServerLogonSession()
Internal Use Only. |
boolean |
isSetUserAlias()
Checks if the UserAlias has been set. |
boolean |
isSetUserID()
Checks if the UserID has been set. |
boolean |
isSetValidUntil()
Internal Use Only. |
void |
setAuthenticationMethod(java.lang.String authenticationMethod)
Internal Use Only. |
void |
setCMSName(java.lang.String cmsName)
Internal Use Only. |
void |
setCollateralIds(CollateralIds collateralIds)
Sets the collection of collateral IDs associated with this connection. |
void |
setConcurrent(boolean concurrent)
Internal Use Only. |
void |
setCustomProperties(CustomProperties customProperties)
Sets the custom properties. |
void |
setFailedLogonCount(int failedLogonCount)
Internal Use Only. |
void |
setFailoverToken(java.lang.String failoverToken)
Internal Use Only. |
void |
setLastAccess(java.util.Calendar lastAccess)
Internal Use Only. |
void |
setLastLogon(java.util.Calendar lastLogon)
Internal Use Only. |
void |
setLocale(int locale)
Internal Use Only. |
void |
setNumberOfUses(int numberOfUses)
Internal Use Only. |
void |
setPasswordExpiry(int passwordExpiry)
Internal Use Only. |
void |
setServerLogonSession(boolean serverLogonSession)
Internal Use Only. |
void |
setUserAlias(java.lang.String userAlias)
Internal Use Only. |
void |
setUserID(java.lang.String userID)
Internal Use Only. |
void |
setValidUntil(java.util.Calendar validUntil)
Internal Use Only. |
void |
unsetAuthenticationMethod()
Internal Use Only. |
void |
unsetCMSName()
Internal Use Only. |
void |
unsetCollateralIds()
Deletes or unsets the CollateralIds array. |
void |
unsetConcurrent()
Internal Use Only. |
void |
unsetCustomProperties()
Deletes or unsets the CollateralIds array. |
void |
unsetFailedLogonCount()
Deletes or unsets the UserID element. |
void |
unsetFailoverToken()
Internal Use Only. |
void |
unsetLastAccess()
Deletes or unsets the last date and time element. |
void |
unsetLastLogon()
Deletes or unsets the last date and time this user logged on. |
void |
unsetLocale()
Internal Use Only. |
void |
unsetNumberOfUses()
Internal Use Only. |
void |
unsetPasswordExpiry()
Internal Use Only. |
void |
unsetServerLogonSession()
Internal Use Only. |
void |
unsetUserAlias()
Internal Use Only. |
void |
unsetUserID()
Deletes or unsets the UserID element. |
void |
unsetValidUntil()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetAuthenticationMethod()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetCMSName()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetConcurrent()
Internal Use Only. |
org.apache.xmlbeans.XmlInt |
xgetFailedLogonCount()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetFailoverToken()
Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetLastAccess()
Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetLastLogon()
Internal Use Only. |
org.apache.xmlbeans.XmlInt |
xgetLocale()
Internal Use Only. |
org.apache.xmlbeans.XmlInt |
xgetNumberOfUses()
Internal Use Only. |
org.apache.xmlbeans.XmlInt |
xgetPasswordExpiry()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetServerLogonSession()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetUserAlias()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetUserID()
Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetValidUntil()
Internal Use Only. |
void |
xsetAuthenticationMethod(org.apache.xmlbeans.XmlString authenticationMethod)
Internal Use Only. |
void |
xsetCMSName(org.apache.xmlbeans.XmlString cmsName)
Internal Use Only. |
void |
xsetConcurrent(org.apache.xmlbeans.XmlBoolean concurrent)
Internal Use Only. |
void |
xsetFailedLogonCount(org.apache.xmlbeans.XmlInt failedLogonCount)
Internal Use Only. |
void |
xsetFailoverToken(org.apache.xmlbeans.XmlString failoverToken)
Internal Use Only. |
void |
xsetLastAccess(org.apache.xmlbeans.XmlDateTime lastAccess)
Internal Use Only. |
void |
xsetLastLogon(org.apache.xmlbeans.XmlDateTime lastLogon)
Internal Use Only. |
void |
xsetLocale(org.apache.xmlbeans.XmlInt locale)
Internal Use Only. |
void |
xsetNumberOfUses(org.apache.xmlbeans.XmlInt numberOfUses)
Internal Use Only. |
void |
xsetPasswordExpiry(org.apache.xmlbeans.XmlInt passwordExpiry)
Internal Use Only. |
void |
xsetServerLogonSession(org.apache.xmlbeans.XmlBoolean serverLogonSession)
Internal Use Only. |
void |
xsetUserAlias(org.apache.xmlbeans.XmlString userAlias)
Internal Use Only. |
void |
xsetUserID(org.apache.xmlbeans.XmlString userID)
Internal Use Only. |
void |
xsetValidUntil(org.apache.xmlbeans.XmlDateTime validUntil)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getUserID()
Returns the user ID.
String containing the user ID.org.apache.xmlbeans.XmlString xgetUserID()
boolean isSetUserID()
UserID has been set.
true if the UserID element has been set, otherwise false.void setUserID(java.lang.String userID)
void xsetUserID(org.apache.xmlbeans.XmlString userID)
void unsetUserID()
Deletes or unsets the UserID element.
java.util.Calendar getLastAccess()
Returns the last date and time that this user accessed the CMS server.
org.apache.xmlbeans.XmlDateTime xgetLastAccess()
boolean isSetLastAccess()
true if the LastAccess element has been set, otherwise false.void setLastAccess(java.util.Calendar lastAccess)
void xsetLastAccess(org.apache.xmlbeans.XmlDateTime lastAccess)
void unsetLastAccess()
Deletes or unsets the last date and time element.
int getFailedLogonCount()
Returns the number of failed logon attempts since the last successful logon.
org.apache.xmlbeans.XmlInt xgetFailedLogonCount()
boolean isSetFailedLogonCount()
true if the FailedLogonCount element has been set, otherwise false.void setFailedLogonCount(int failedLogonCount)
void xsetFailedLogonCount(org.apache.xmlbeans.XmlInt failedLogonCount)
void unsetFailedLogonCount()
Deletes or unsets the UserID element.
java.lang.String getUserAlias()
Returns the user alias.
org.apache.xmlbeans.XmlString xgetUserAlias()
boolean isSetUserAlias()
UserAlias has been set.
true if the UserAlias element has been set, otherwise false.void setUserAlias(java.lang.String userAlias)
void xsetUserAlias(org.apache.xmlbeans.XmlString userAlias)
void unsetUserAlias()
boolean getConcurrent()
org.apache.xmlbeans.XmlBoolean xgetConcurrent()
boolean isSetConcurrent()
void setConcurrent(boolean concurrent)
void xsetConcurrent(org.apache.xmlbeans.XmlBoolean concurrent)
void unsetConcurrent()
java.util.Calendar getLastLogon()
Returns the last date and time this user connected to the CMS.
org.apache.xmlbeans.XmlDateTime xgetLastLogon()
boolean isSetLastLogon()
true if the LastLogon element has been set, otherwise false.void setLastLogon(java.util.Calendar lastLogon)
void xsetLastLogon(org.apache.xmlbeans.XmlDateTime lastLogon)
void unsetLastLogon()
Deletes or unsets the last date and time this user logged on.
int getNumberOfUses()
org.apache.xmlbeans.XmlInt xgetNumberOfUses()
boolean isSetNumberOfUses()
void setNumberOfUses(int numberOfUses)
void xsetNumberOfUses(org.apache.xmlbeans.XmlInt numberOfUses)
void unsetNumberOfUses()
java.lang.String getAuthenticationMethod()
Returns the authentication method used to logon.
String specifying the authentication method used to logon. For example, secEnterprise or secLDAP.org.apache.xmlbeans.XmlString xgetAuthenticationMethod()
boolean isSetAuthenticationMethod()
true if the AuthenticationMethod element has been set, otherwise false.void setAuthenticationMethod(java.lang.String authenticationMethod)
void xsetAuthenticationMethod(org.apache.xmlbeans.XmlString authenticationMethod)
void unsetAuthenticationMethod()
java.lang.String getFailoverToken()
Returns the failover token.
org.apache.xmlbeans.XmlString xgetFailoverToken()
boolean isSetFailoverToken()
true if the FailoverToken element has been set, otherwise false.void setFailoverToken(java.lang.String failoverToken)
void xsetFailoverToken(org.apache.xmlbeans.XmlString failoverToken)
void unsetFailoverToken()
boolean getServerLogonSession()
org.apache.xmlbeans.XmlBoolean xgetServerLogonSession()
boolean isSetServerLogonSession()
void setServerLogonSession(boolean serverLogonSession)
void xsetServerLogonSession(org.apache.xmlbeans.XmlBoolean serverLogonSession)
void unsetServerLogonSession()
java.lang.String getCMSName()
Returns the name of the CMS server this user is connected to.
String containing the name of the CMS server.org.apache.xmlbeans.XmlString xgetCMSName()
boolean isSetCMSName()
true if the CMSName element has been set, otherwise false.void setCMSName(java.lang.String cmsName)
void xsetCMSName(org.apache.xmlbeans.XmlString cmsName)
void unsetCMSName()
java.util.Calendar getValidUntil()
org.apache.xmlbeans.XmlDateTime xgetValidUntil()
boolean isSetValidUntil()
void setValidUntil(java.util.Calendar validUntil)
void xsetValidUntil(org.apache.xmlbeans.XmlDateTime validUntil)
void unsetValidUntil()
int getPasswordExpiry()
org.apache.xmlbeans.XmlInt xgetPasswordExpiry()
boolean isSetPasswordExpiry()
void setPasswordExpiry(int passwordExpiry)
void xsetPasswordExpiry(org.apache.xmlbeans.XmlInt passwordExpiry)
void unsetPasswordExpiry()
int getLocale()
org.apache.xmlbeans.XmlInt xgetLocale()
boolean isSetLocale()
void setLocale(int locale)
void xsetLocale(org.apache.xmlbeans.XmlInt locale)
void unsetLocale()
CollateralIds getCollateralIds()
Returns the collection of collateral IDs associated with this connection.
boolean isSetCollateralIds()
CollateralIds have been set.
true if the CollateralIds element has been set, otherwise false.void setCollateralIds(CollateralIds collateralIds)
Sets the collection of collateral IDs associated with this connection.
collateralIds - The collection of collateral IDs associated with this connection.CollateralIds addNewCollateralIds()
CollateralIds object as the last element of the array.
CollateralIds object.void unsetCollateralIds()
Deletes or unsets the CollateralIds array.
CustomProperties getCustomProperties()
Returns the custom properties.
boolean isSetCustomProperties()
true if the element has been set, otherwise false.void setCustomProperties(CustomProperties customProperties)
Sets the custom properties.
customProperties - The custom properties.CustomProperties addNewCustomProperties()
CustomProperties object as the last element of the array.
CustomProperties object.void unsetCustomProperties()
Deletes or unsets the CollateralIds array.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||