org.openmdx.security.authentication1.jmi
Interface Authentication1Package

All Superinterfaces:
RefBaseObject, RefPackage
All Known Implementing Classes:
authentication1PackageImpl

public interface Authentication1Package
extends RefPackage


Field Summary
static String AUTHORITY_XRI
          The AUTHORITY_XRI "xri://@openmdx*org.openmdx.security.authentication1" may be used to look up the Authority the package Authentication1Package belongs to:
 
Method Summary
 AuthenticationContextQuery createAuthenticationContextQuery()
           
 ChallengeResponseQuery createChallengeResponseQuery()
           
 CredentialQuery createCredentialQuery()
           
 CredentialResetParams createCredentialResetParams(List resetValue, byte[] value)
           
 CredentialResetParamsQuery createCredentialResetParamsQuery()
           
 PasscodeQuery createPasscodeQuery()
           
 PasswordChangeParams createPasswordChangeParams(byte[] oldPassword, byte[] password)
           
 PasswordChangeParamsQuery createPasswordChangeParamsQuery()
           
 PasswordQuery createPasswordQuery()
           
 SegmentQuery createSegmentQuery()
           
 SendPasscodeQuery createSendPasscodeQuery()
           
 AuthenticationContextClass getAuthenticationContext()
           
 ChallengeResponseClass getChallengeResponse()
           
 PasscodeClass getPasscode()
           
 PasswordClass getPassword()
           
 SegmentClass getSegment()
           
 SendPasscodeClass getSendPasscode()
           
 
Methods inherited from interface javax.jmi.reflect.RefPackage
refAllAssociations, refAllClasses, refAllPackages, refAssociation, refAssociation, refClass, refClass, refCreateStruct, refCreateStruct, refDelete, refGetEnum, refGetEnum, refPackage, refPackage
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Field Detail

AUTHORITY_XRI

static final String AUTHORITY_XRI
The AUTHORITY_XRI "xri://@openmdx*org.openmdx.security.authentication1" may be used to look up the Authority the package Authentication1Package belongs to:

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

See Also:
PersistenceManager.getObjectById(java.lang.Class,java.lang.Object), Constant Field Values
Method Detail

getSendPasscode

SendPasscodeClass getSendPasscode()

createSendPasscodeQuery

SendPasscodeQuery createSendPasscodeQuery()

createPasswordChangeParams

PasswordChangeParams createPasswordChangeParams(byte[] oldPassword,
                                                byte[] password)

createPasswordChangeParamsQuery

PasswordChangeParamsQuery createPasswordChangeParamsQuery()

getPassword

PasswordClass getPassword()

createPasswordQuery

PasswordQuery createPasswordQuery()

getAuthenticationContext

AuthenticationContextClass getAuthenticationContext()

createAuthenticationContextQuery

AuthenticationContextQuery createAuthenticationContextQuery()

getChallengeResponse

ChallengeResponseClass getChallengeResponse()

createChallengeResponseQuery

ChallengeResponseQuery createChallengeResponseQuery()

createCredentialQuery

CredentialQuery createCredentialQuery()

getSegment

SegmentClass getSegment()

createSegmentQuery

SegmentQuery createSegmentQuery()

getPasscode

PasscodeClass getPasscode()

createPasscodeQuery

PasscodeQuery createPasscodeQuery()

createCredentialResetParams

CredentialResetParams createCredentialResetParams(List resetValue,
                                                  byte[] value)

createCredentialResetParamsQuery

CredentialResetParamsQuery createCredentialResetParamsQuery()


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.