public interface IUserAccess
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String getAccessId()
DistinguishedName in a string format.String that represents unique id of access entitlement.DistinguishedName getServiceDN()
DistinguishedName for the service object.DistinguishedName that represents unique id of service.java.lang.String getAccessType()
String that represents the access type.java.lang.String getOwnerName()
String that is owner name.DistinguishedName getOwnerDN()
DistinguishedName of the owner of the access.DistinguishedName of the owner.java.lang.String getAccessDescription()
String that represents the access description.DistinguishedName getAccountDN()
DistinguishedName of the account.java.lang.String getProfileName()
String that represents the profile name.java.lang.String getAccessName()
String that represents the access name.java.lang.String getUserId()
String that is the user id of the access.java.lang.String getServiceName()
String that represents the service.