org.openmdx.security.realm1.cci2
Interface CredentialValidateParams

All Known Subinterfaces:
CredentialValidateParams

public interface 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.
 

Method Detail

getContext

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

Returns:
The possibly null value for structure field context.

getState

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

Returns:
The possibly null value for structure field state.

getValue

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

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.