BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.security.spi.ProviderChallengeContext

Packages that use ProviderChallengeContext
weblogic.security.providers.authentication   
weblogic.security.spi

This package includes interfaces, classes, and exceptions you use to develop security providers. 

 

Uses of ProviderChallengeContext in weblogic.security.providers.authentication
 

Methods in weblogic.security.providers.authentication that return ProviderChallengeContext
 ProviderChallengeContext NegotiateIdentityAsserterProviderImpl.assertChallengeIdentity(String tokenType, Object token, ContextHandler handler)
           
 

Methods in weblogic.security.providers.authentication with parameters of type ProviderChallengeContext
 void NegotiateIdentityAsserterProviderImpl.continueChallengeIdentity(ProviderChallengeContext context, String tokenType, Object token, ContextHandler handler)
           
 

Uses of ProviderChallengeContext in weblogic.security.spi
 

Methods in weblogic.security.spi that return ProviderChallengeContext
 ProviderChallengeContext ChallengeIdentityAsserterV2.assertChallengeIdentity(String tokenType, Object token, ContextHandler handler)
          Use the supplied client token to establish client identity, possibly with multiple challenges.
 

Methods in weblogic.security.spi with parameters of type ProviderChallengeContext
 void ChallengeIdentityAsserterV2.continueChallengeIdentity(ProviderChallengeContext context, String tokenType, Object token, ContextHandler handler)
          Use the supplied provider context and client token to continue establishing client identity
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.