org.opencrx.kernel.home1.cci2
Interface CreateUserParams

All Known Subinterfaces:
CreateUserParams

public interface CreateUserParams


Nested Class Summary
static class CreateUserParams.Member
          The structure's members
 
Method Summary
 Contact getContact()
          Retrieves the value for the structure field contact.
 String getInitialPassword()
          Retrieves the value for the structure field initialPassword.
 String getInitialPasswordVerification()
          Retrieves the value for the structure field initialPasswordVerification.
 PrincipalGroup getPrimaryUserGroup()
          Retrieves the value for the structure field primaryUserGroup.
 String getPrincipalName()
          Retrieves the value for the structure field principalName.
 

Method Detail

getContact

Contact getContact()
Retrieves the value for the structure field contact.

Returns:
The non-null value for structure field contact.

getInitialPassword

String getInitialPassword()
Retrieves the value for the structure field initialPassword.

Returns:
The non-null value for structure field initialPassword.

getInitialPasswordVerification

String getInitialPasswordVerification()
Retrieves the value for the structure field initialPasswordVerification.

Returns:
The non-null value for structure field initialPasswordVerification.

getPrimaryUserGroup

PrincipalGroup getPrimaryUserGroup()
Retrieves the value for the structure field primaryUserGroup.

Returns:
The non-null value for structure field primaryUserGroup.

getPrincipalName

String getPrincipalName()
Retrieves the value for the structure field principalName.

Returns:
The non-null value for structure field principalName.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.