|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.netegrity.llsdk6.imsapi.utility.AccountReason
public class AccountReason
Contains information about how the eTrust Admin account was created.
Note: This object requires an instance of eTrust Admin Directory.
Field Summary | |
---|---|
static int |
REASON_EXPLICITCREATE
An administrator explicitly created the account for the user. |
static int |
REASON_ROLEMEMBER
The account was created from information in a provisioning role that the user is assigned to -- that is, attributes in the provisioning policies contained in the role were automatically propagated to the account. |
Constructor Summary | |
---|---|
AccountReason()
Internal use only. |
|
AccountReason(java.lang.String roleName,
java.lang.String policyName)
Internal use only. |
|
AccountReason(java.lang.String creator,
java.lang.String creationDate,
java.lang.String creationComments)
Internal use only. |
Method Summary | |
---|---|
java.lang.String |
getExplicitCreationComments()
Retrieves any comments provided for an explicitly created account. |
java.lang.String |
getExplicitCreationDate()
Retrieves the date that the account was explicitly created. |
java.lang.String |
getExplicitCreatorName()
Retrieves the name of the administrator who explicitly created the account. |
java.lang.String |
getPolicyName()
Retrieves the name of the policy whose attributes were used to create the user's account. |
int |
getReasonCode()
Retrieves the reason code that applies to this AccountReason
object. |
java.lang.String |
getRoleName()
Retrieves the name of the role whose policy attributes were used to create the user's account. |
void |
setExplicitCreationComments(java.lang.String creationComments)
Internal use only. |
void |
setExplicitCreationDate(java.lang.String creationDate)
Internal use only. |
void |
setExplicitCreatorName(java.lang.String creatorName)
Internal use only. |
void |
setPolicyName(java.lang.String policyName)
Internal use only. |
void |
setReasonCode(int reason)
Internal use only. |
void |
setRoleName(java.lang.String roleName)
Internal use only. |
java.lang.String |
toString()
Retuns the Account Reasons formatted as a string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static int REASON_ROLEMEMBER
The account was created from information in a provisioning role that the user is assigned to -- that is, attributes in the provisioning policies contained in the role were automatically propagated to the account.
public static int REASON_EXPLICITCREATE
An administrator explicitly created the account for the user.
Constructor Detail |
---|
public AccountReason()
public AccountReason(java.lang.String roleName, java.lang.String policyName)
public AccountReason(java.lang.String creator, java.lang.String creationDate, java.lang.String creationComments)
Method Detail |
---|
public void setReasonCode(int reason)
public int getReasonCode()
Retrieves the reason code that applies to this AccountReason
object.
public void setRoleName(java.lang.String roleName)
public java.lang.String getRoleName()
Retrieves the name of the role whose policy attributes were used to create the user's account.
The account is automatically created when the user is assigned to the role.
public void setPolicyName(java.lang.String policyName)
public java.lang.String getPolicyName()
Retrieves the name of the policy whose attributes were used to create the user's account.
public void setExplicitCreatorName(java.lang.String creatorName)
public java.lang.String getExplicitCreatorName()
Retrieves the name of the administrator who explicitly created the account.
public void setExplicitCreationDate(java.lang.String creationDate)
public java.lang.String getExplicitCreationDate()
Retrieves the date that the account was explicitly created.
public void setExplicitCreationComments(java.lang.String creationComments)
public java.lang.String getExplicitCreationComments()
Retrieves any comments provided for an explicitly created account.
public java.lang.String toString()
toString
in class java.lang.Object
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |