org.openmdx.security.realm1.jmi1
Interface CredentialValidateParams

All Superinterfaces:
CredentialValidateParams, RefStruct, Serializable

public interface CredentialValidateParams
extends RefStruct, CredentialValidateParams


Method Summary
 AuthenticationContext getContext()
          Retrieves the value for the optional structure field context.
 byte[] getState()
          Retrieves the value for the optional structure field state.
 byte[] getValue()
          Retrieves the value for the optional structure field value.
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getContext

AuthenticationContext getContext()
Retrieves the value for the optional structure field context.

Specified by:
getContext in interface CredentialValidateParams
Returns:
The possibly null value for structure field context.

getState

byte[] getState()
Retrieves the value for the optional structure field state.

Specified by:
getState in interface CredentialValidateParams
Returns:
The possibly null value for structure field state.

getValue

byte[] getValue()
Retrieves the value for the optional structure field value.

Specified by:
getValue in interface CredentialValidateParams
Returns:
The possibly null value for structure field value.


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