BEA Systems, Inc.


weblogic.security.spi
Interface ChallengeIdentityAsserter


public interface ChallengeIdentityAsserter
extends IdentityAsserter

The ChallengeIdentityAsserter interface allows Identity Assertion providers to support authentication protocols such as Microsoft's NTLM and other challenge/response authentication mechanisms.

Author:
Copyright (c) 2002 by BEA. All Rights Reserved.

Fields inherited from class weblogic.security.spi.IdentityAsserter
AU_TYPE, CSI_ANONYMOUS_TYPE, CSI_DISTINGUISHED_NAME_TYPE, CSI_PRINCIPAL_TYPE, CSI_X509_CERTCHAIN_TYPE, X509_TYPE
 
Method Summary
 java.lang.Object getChallengeToken(java.lang.String type)
          Gets the Identity Assertion provider's challenge token.
 
Methods inherited from interface weblogic.security.spi.IdentityAsserter
assertIdentity
 

Method Detail

getChallengeToken

public java.lang.Object getChallengeToken(java.lang.String type)
Gets the Identity Assertion provider's challenge token.

Parameters:
type - the type of token to use for identity assertion.

Returns:
the Identity Assertion provider's challenge token, which is null for unsupported token types.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference