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

getPasscode

PasscodeClass getPasscode()

createPasscodeQuery

PasscodeQuery createPasscodeQuery()

getPassword

PasswordClass getPassword()

createPasswordQuery

PasswordQuery createPasswordQuery()

createCredentialQuery

CredentialQuery createCredentialQuery()

getSendPasscode

SendPasscodeClass getSendPasscode()

createSendPasscodeQuery

SendPasscodeQuery createSendPasscodeQuery()

createCredentialResetParams

CredentialResetParams createCredentialResetParams(List resetValue,
                                                  byte[] value)

createCredentialResetParamsQuery

CredentialResetParamsQuery createCredentialResetParamsQuery()

getSegment

SegmentClass getSegment()

createSegmentQuery

SegmentQuery createSegmentQuery()

getChallengeResponse

ChallengeResponseClass getChallengeResponse()

createChallengeResponseQuery

ChallengeResponseQuery createChallengeResponseQuery()

getAuthenticationContext

AuthenticationContextClass getAuthenticationContext()

createAuthenticationContextQuery

AuthenticationContextQuery createAuthenticationContextQuery()

createPasswordChangeParams

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

createPasswordChangeParamsQuery

PasswordChangeParamsQuery createPasswordChangeParamsQuery()


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