org.opencrx.kernel.home1.jmi1
Interface CreateUserParams

All Superinterfaces:
CreateUserParams, RefStruct, Serializable

public interface CreateUserParams
extends RefStruct, CreateUserParams


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.
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getContact

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

Specified by:
getContact in interface CreateUserParams
Returns:
The non-null value for structure field contact.

getInitialPassword

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

Specified by:
getInitialPassword in interface CreateUserParams
Returns:
The non-null value for structure field initialPassword.

getInitialPasswordVerification

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

Specified by:
getInitialPasswordVerification in interface CreateUserParams
Returns:
The non-null value for structure field initialPasswordVerification.

getPrimaryUserGroup

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

Specified by:
getPrimaryUserGroup in interface CreateUserParams
Returns:
The non-null value for structure field primaryUserGroup.

getPrincipalName

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

Specified by:
getPrincipalName in interface CreateUserParams
Returns:
The non-null value for structure field principalName.


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