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