public class NewUserAccess
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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 - public boolean isCreateNewAccount()
public DistinguishedName getAccountDN()
public java.lang.String getUserID()
public byte[] getPassword()
public DistinguishedName getOwnerDN()