All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.security.authentication1.jmi1.Authentication1Package Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Package/Begin
// ----------------------------------------------------------------------------
 /**
  * The {@code AUTHORITY_XRI} "xri://@openmdx*org.opencrx.security.authentication1" may be used to look up the Authority the package {@code org:opencrx:security:authentication1:authentication1} belongs to:
  * 

*

  *   org.openmdx.base.jmi1.Authority authentication1Authority = (org.openmdx.base.jmi1.Authority)persistenceManager.getObjectById(
  *     org.openmdx.base.jmi1.Authority.class,
  *     Authentication1Package.AUTHORITY_XRI
  *   );
  *   Authentication1Package authentication1Package = (Authentication1Package)authentication1Authority.getPackage();
  * 
*

* * @see javax.jdo.PersistenceManager#getObjectById(java.lang.Class,java.lang.Object) */ package org.opencrx.security.authentication1.jmi1; @javax.annotation.Generated( value = "org.openmdx.application.mof.mapping.java.PackageMapper", date = "2023-10-28T12:15:37.715582553Z", comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY" ) public interface Authentication1Package extends javax.jmi.reflect.RefPackage { /** * The {@code AUTHORITY_XRI} "xri://@openmdx*org.opencrx.security.authentication1" may be used to look up the Authority the package {@code org:opencrx:security:authentication1:authentication1} belongs to: *

* Note: This is an extension to the JMI 1 standard. */ java.lang.String AUTHORITY_XRI = "xri://@openmdx*org.opencrx.security.authentication1"; // ---------------------------------------------------------------------------- // Package/ClassAccessor // ---------------------------------------------------------------------------- public org.opencrx.security.authentication1.jmi1.CrxPasswordClass getCrxPassword(); // ---------------------------------------------------------------------------- // Package/QueryCreator // ---------------------------------------------------------------------------- public org.opencrx.security.authentication1.cci2.CrxPasswordQuery createCrxPasswordQuery(); // ---------------------------------------------------------------------------- // Package/End.vm // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy