|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.apps.provisioning.UserAccessInfo
public class UserAccessInfo
Implementation of the com.ibm.itim.apps.provisioning.IUserAccess interface.
AccessManager,
Serialized Form| Constructor Summary | |
|---|---|
UserAccessInfo(java.lang.String accessId,
DistinguishedName serviceDN,
java.lang.String accessType,
DistinguishedName ownerDN,
DistinguishedName accountDN,
java.lang.String userId)
|
|
UserAccessInfo(java.lang.String accessId,
DistinguishedName serviceDN,
java.lang.String accessType,
java.lang.String ownerName,
DistinguishedName ownerDN,
java.lang.String accessDescription,
DistinguishedName accountDN,
java.lang.String profileName,
java.lang.String accessName,
java.lang.String userId,
java.lang.String serviceName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAccessDescription()
Returns the description of the access. |
java.lang.String |
getAccessId()
Returns the access DistinguishedName in a string format. |
java.lang.String |
getAccessName()
Returns the access name. |
java.lang.String |
getAccessType()
Returns the access type. |
DistinguishedName |
getAccountDN()
Returns the DistinguishedName of the account containing the access. |
DistinguishedName |
getOwnerDN()
Returns the DistinguishedName of the owner of the access. |
java.lang.String |
getOwnerName()
Returns the name of the owner. |
java.lang.String |
getProfileName()
Gets the value of the profileName property. |
DistinguishedName |
getServiceDN()
Returns the DistinguishedName for the service object. |
java.lang.String |
getServiceName()
Returns the service name in which the access is being provisioned. |
java.lang.String |
getUserId()
Returns the user id of the access. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserAccessInfo(java.lang.String accessId,
DistinguishedName serviceDN,
java.lang.String accessType,
java.lang.String ownerName,
DistinguishedName ownerDN,
java.lang.String accessDescription,
DistinguishedName accountDN,
java.lang.String profileName,
java.lang.String accessName,
java.lang.String userId,
java.lang.String serviceName)
public UserAccessInfo(java.lang.String accessId,
DistinguishedName serviceDN,
java.lang.String accessType,
DistinguishedName ownerDN,
DistinguishedName accountDN,
java.lang.String userId)
| Method Detail |
|---|
public java.lang.String getAccessId()
IUserAccessDistinguishedName in a string format.
getAccessId in interface IUserAccessString that represents unique id of access entitlement.public DistinguishedName getServiceDN()
IUserAccessDistinguishedName for the service object.
getServiceDN in interface IUserAccessDistinguishedName that represents unique id of service.public java.lang.String getAccessType()
IUserAccess
getAccessType in interface IUserAccessString that represents the access type.public java.lang.String getOwnerName()
IUserAccess
getOwnerName in interface IUserAccessString that is owner name.public DistinguishedName getOwnerDN()
IUserAccessDistinguishedName of the owner of the access.
getOwnerDN in interface IUserAccessDistinguishedName of the owner.public java.lang.String getAccessDescription()
IUserAccess
getAccessDescription in interface IUserAccessString that represents the access description.public DistinguishedName getAccountDN()
IUserAccess
getAccountDN in interface IUserAccessDistinguishedName of the account.public java.lang.String getProfileName()
IUserAccess
getProfileName in interface IUserAccessString that represents the profile name.public java.lang.String getAccessName()
IUserAccess
getAccessName in interface IUserAccessString that represents the access name.public java.lang.String getUserId()
IUserAccess
getUserId in interface IUserAccessString that is the user id of the access.public java.lang.String getServiceName()
IUserAccess
getServiceName in interface IUserAccessString that represents the service.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||