org.opencrx.kernel.home1.jmi1.CreateUserParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.jmi1;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:37.917913963Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateUserParams
extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.opencrx.kernel.home1.cci2.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.jmi1.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.jmi1.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/End
// ----------------------------------------------------------------------------
}