|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.apps.provisioning.NewUserAccess
public class NewUserAccess
This is a value object that contains information about a new user access
Constructor Summary | |
---|---|
NewUserAccess(byte[] password)
Constructs a new user access with a new account using given password |
|
NewUserAccess(DistinguishedName accountDN)
Constructs a new user access with a given existing account |
|
NewUserAccess(DistinguishedName ownerDN,
DistinguishedName accountDN)
Constructs a new user access with a given owner and an existing account. |
|
NewUserAccess(java.lang.String uid,
byte[] password)
Constructs a new user access with a new account using given password |
|
NewUserAccess(java.lang.String uid,
byte[] password,
DistinguishedName ownerDN)
Constructs a new user access with a new account using given password for the existing person specified by the ownerDN. |
Method Summary | |
---|---|
DistinguishedName |
getAccountDN()
Returns the distinguished name of existing account to provision the access if there is any |
DistinguishedName |
getOwnerDN()
|
byte[] |
getPassword()
|
java.lang.String |
getUserID()
|
boolean |
isCreateNewAccount()
Indicates whether to create a new account for the access |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewUserAccess(byte[] password)
password
- public NewUserAccess(java.lang.String uid, byte[] password)
password
- public NewUserAccess(java.lang.String uid, byte[] password, DistinguishedName ownerDN)
uid
- password
- ownerDN
- public NewUserAccess(DistinguishedName accountDN)
password
- public NewUserAccess(DistinguishedName ownerDN, DistinguishedName accountDN)
ownerDN
- accountDN
- Method Detail |
---|
public boolean isCreateNewAccount()
public DistinguishedName getAccountDN()
public java.lang.String getUserID()
public byte[] getPassword()
public DistinguishedName getOwnerDN()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |