org.opencrx.kernel.home1.cci
Interface CreateUserParams

All Superinterfaces:
RefStruct, RefStruct_1_0, Serializable
All Known Implementing Classes:
CreateUserParamsImpl

public interface CreateUserParams
extends RefStruct_1_0


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 org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refContainsValue, refDelegate, refGetValue
 
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.

Returns:
The non-null value for structure field contact.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getInitialPassword

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

Returns:
The non-null value for structure field initialPassword.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getInitialPasswordVerification

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

Returns:
The non-null value for structure field initialPasswordVerification.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getPrimaryUserGroup

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

Returns:
The non-null value for structure field primaryUserGroup.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getPrincipalName

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

Returns:
The non-null value for structure field principalName.
Throws:
JmiException - If the value cannot be retrieved for some reason.


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