org.openmdx.security.authentication1.mof1.PasswordClass Maven / Gradle / Ivy
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.mof.ClassMapper 2.17.7
// Generated at 2020-11-27T16:04:30.111Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.authentication1.mof1;
/**
* Constants for class Password
.
*/
public interface PasswordClass {
/**
* Name of class Password
.
*/
java.lang.String NAME = "Password";
/**
* Qalified name of class Password
.
*/
java.lang.String QUALIFIED_NAME = "org:openmdx:security:authentication1:Password";
/**
* XRI of class Password
.
*/
java.lang.String XRI = "xri://@openmdx*org.openmdx.security.authentication1.Password";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy