org.openmdx.security.authentication1.jmi1
Interface Authentication1Package

All Superinterfaces:
RefBaseObject, RefPackage

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 org:openmdx:security:authentication1:authentication1 belongs to:
 
Method Summary
 AuthenticationContextQuery createAuthenticationContextQuery()
           
 ChallengeResponseQuery createChallengeResponseQuery()
           
 CredentialQuery createCredentialQuery()
           
 CredentialResetParams createCredentialResetParams(List<byte[]> resetValue, byte[] value)
           
 PasscodeQuery createPasscodeQuery()
           
 PasswordChangeParams createPasswordChangeParams(byte[] oldPassword, byte[] password)
           
 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 org:openmdx:security:authentication1:authentication1 belongs to:

See Also:
Constant Field Values
Method Detail

getSendPasscode

SendPasscodeClass getSendPasscode()

createSendPasscodeQuery

SendPasscodeQuery createSendPasscodeQuery()

createPasswordChangeParams

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

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<byte[]> resetValue,
                                                  byte[] value)


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