org.openmdx.security.realm1.mof1.PrincipalClass Maven / Gradle / Ivy
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.mof.ClassMapper 2.17.7
// Generated at 2020-11-27T16:04:30.171Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.mof1;
/**
* Constants for class Principal
.
*/
public interface PrincipalClass {
/**
* Name of class Principal
.
*/
java.lang.String NAME = "Principal";
/**
* Qalified name of class Principal
.
*/
java.lang.String QUALIFIED_NAME = "org:openmdx:security:realm1:Principal";
/**
* XRI of class Principal
.
*/
java.lang.String XRI = "xri://@openmdx*org.openmdx.security.realm1.Principal";
}