|
|||||||||||
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 FormConstructor 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()
IUserAccess
DistinguishedName
in a string format.
getAccessId
in interface IUserAccess
String
that represents unique id of access entitlement.public DistinguishedName getServiceDN()
IUserAccess
DistinguishedName
for the service object.
getServiceDN
in interface IUserAccess
DistinguishedName
that represents unique id of service.public java.lang.String getAccessType()
IUserAccess
getAccessType
in interface IUserAccess
String
that represents the access type.public java.lang.String getOwnerName()
IUserAccess
getOwnerName
in interface IUserAccess
String
that is owner name.public DistinguishedName getOwnerDN()
IUserAccess
DistinguishedName
of the owner of the access.
getOwnerDN
in interface IUserAccess
DistinguishedName
of the owner.public java.lang.String getAccessDescription()
IUserAccess
getAccessDescription
in interface IUserAccess
String
that represents the access description.public DistinguishedName getAccountDN()
IUserAccess
getAccountDN
in interface IUserAccess
DistinguishedName
of the account.public java.lang.String getProfileName()
IUserAccess
getProfileName
in interface IUserAccess
String
that represents the profile name.public java.lang.String getAccessName()
IUserAccess
getAccessName
in interface IUserAccess
String
that represents the access name.public java.lang.String getUserId()
IUserAccess
getUserId
in interface IUserAccess
String
that is the user id of the access.public java.lang.String getServiceName()
IUserAccess
getServiceName
in interface IUserAccess
String
that represents the service.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |