org.openmdx.security.authentication1.jmi1.Authentication1Package Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Package/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:03 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
/**
* The AUTHORITY_XRI
"xri://@openmdx*org.openmdx.security.authentication1" may be used to look up the Authority the package org:openmdx: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.openmdx.security.authentication1.jmi1;
public interface Authentication1Package extends javax.jmi.reflect.RefPackage {
/**
* The AUTHORITY_XRI
"xri://@openmdx*org.openmdx.security.authentication1" may be used to look up the Authority the package org:openmdx:security:authentication1:authentication1
belongs to:
*
*/
java.lang.String AUTHORITY_XRI = "xri://@openmdx*org.openmdx.security.authentication1";
// ----------------------------------------------------------------------------
// Package/ClassAccessor
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.jmi1.ChallengeResponseClass getChallengeResponse();
// ----------------------------------------------------------------------------
// Package/QueryCreator
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.cci2.ChallengeResponseQuery createChallengeResponseQuery();
// ----------------------------------------------------------------------------
// Package/ClassAccessor
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.jmi1.PasscodeClass getPasscode();
// ----------------------------------------------------------------------------
// Package/QueryCreator
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.cci2.PasscodeQuery createPasscodeQuery();
// ----------------------------------------------------------------------------
// Package/StructCreator
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.jmi1.PasswordChangeParams createPasswordChangeParams(
byte[] oldPassword
, byte[] password
);
// ----------------------------------------------------------------------------
// Package/ClassAccessor
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.jmi1.SendPasscodeClass getSendPasscode();
// ----------------------------------------------------------------------------
// Package/QueryCreator
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.cci2.SendPasscodeQuery createSendPasscodeQuery();
// ----------------------------------------------------------------------------
// Package/ClassAccessor
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.jmi1.AuthenticationContextClass getAuthenticationContext();
// ----------------------------------------------------------------------------
// Package/QueryCreator
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.cci2.AuthenticationContextQuery createAuthenticationContextQuery();
// ----------------------------------------------------------------------------
// Package/StructCreator
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.jmi1.CredentialResetParams createCredentialResetParams(
java.util.List resetValue
, byte[] value
);
// ----------------------------------------------------------------------------
// Package/ClassAccessor
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.jmi1.PasswordClass getPassword();
// ----------------------------------------------------------------------------
// Package/QueryCreator
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.cci2.PasswordQuery createPasswordQuery();
// ----------------------------------------------------------------------------
// Package/ClassAccessor
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.jmi1.SegmentClass getSegment();
// ----------------------------------------------------------------------------
// Package/QueryCreator
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.cci2.SegmentQuery createSegmentQuery();
// ----------------------------------------------------------------------------
// Package/QueryCreator
// ----------------------------------------------------------------------------
public org.openmdx.security.authentication1.cci2.CredentialQuery createCredentialQuery();
// ----------------------------------------------------------------------------
// Package/End.vm
// ----------------------------------------------------------------------------
}