org.opencrx.kernel.home1.cci2.CreateUserParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:35.524650550Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateUserParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code contact}.
* @return The non-null value for structure field {@code contact}.
*/
public org.opencrx.kernel.account1.cci2.Contact getContact(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code initialPassword}.
* @return The non-null value for structure field {@code initialPassword}.
*/
public java.lang.String getInitialPassword(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code initialPasswordVerification}.
* @return The non-null value for structure field {@code initialPasswordVerification}.
*/
public java.lang.String getInitialPasswordVerification(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code primaryUserGroup}.
* @return The non-null value for structure field {@code primaryUserGroup}.
*/
public org.opencrx.security.realm1.cci2.PrincipalGroup getPrimaryUserGroup(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code principalName}.
* @return The non-null value for structure field {@code principalName}.
*/
public java.lang.String getPrincipalName(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
contact
, initialPassword
, initialPasswordVerification
, primaryUserGroup
, principalName
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}