BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Class
weblogic.security.spi.IdentityAssertionException

Packages that use IdentityAssertionException
weblogic.security.providers.authentication   
weblogic.security.providers.saml   
weblogic.security.service

This package includes interfaces, classes, and exceptions that support security providers. 

weblogic.security.spi

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

 

Uses of IdentityAssertionException in weblogic.security.providers.authentication
 

Methods in weblogic.security.providers.authentication that throw IdentityAssertionException
 CallbackHandler NegotiateIdentityAsserterProviderImpl.assertIdentity(String tokenType, Object token)
          Assert identity based on token identity information
 CallbackHandler NegotiateIdentityAsserterProviderImpl.assertIdentity(String tokenType, Object token, ContextHandler handler)
          Assert identity based on token identity information
 ProviderChallengeContext NegotiateIdentityAsserterProviderImpl.assertChallengeIdentity(String tokenType, Object token, ContextHandler handler)
           
 void NegotiateIdentityAsserterProviderImpl.continueChallengeIdentity(ProviderChallengeContext context, String tokenType, Object token, ContextHandler handler)
           
 CallbackHandler LDAPX509IdentityAsserterProviderImpl.assertIdentity(String tokenType, Object token)
          Assert identity based on token identity information
 String LDAPIdnAstnDelegate.assertIdentity(Object token)
          Assert the user identity based on an X.509 Certificate Returns the WebLogic username
 CallbackHandler DefaultIdentityAsserterProviderImpl.assertIdentity(String tokenType, Object token)
          Assert identity based on token identity information
 

Uses of IdentityAssertionException in weblogic.security.providers.saml
 

Methods in weblogic.security.providers.saml that throw IdentityAssertionException
 CallbackHandler SAMLIdentityAsserterProviderImpl.assertIdentity(String tokenType, Object token, ContextHandler handler)
          Assert Identity based on token identity information.
 CallbackHandler SAMLAssert.assertToken(String type, Object token, ContextHandler handler)
           
 

Uses of IdentityAssertionException in weblogic.security.service
 

Methods in weblogic.security.service that throw IdentityAssertionException
 Object PrincipalAuthenticator.getChallengeToken(String tokenType, ContextHandler handler)
          If the security provider's identity assertion mapped types includes the type requested and the provider's identity asserter implements the ChallengeIdentityAsserterV2 interface this method returns the identity challenge token associated with the specified token type name.
 Object PrincipalAuthenticator.getChallengeToken(String tokenType)
          If the security provider's identity assertion mapped types includes the type requested and the provider's identity asserter implements the ChallengeIdentityAsserterV2 interface this method returns the identity challenge token associated with the specified token type name.
 

Uses of IdentityAssertionException in weblogic.security.spi
 

Methods in weblogic.security.spi that throw IdentityAssertionException
 CallbackHandler IdentityAsserterV2.assertIdentity(String type, Object token, ContextHandler handler)
          Asserts an identity based on token identity information.
 CallbackHandler IdentityAsserter.assertIdentity(String type, Object token)
          Asserts an identity based on token identity information.
 ProviderChallengeContext ChallengeIdentityAsserterV2.assertChallengeIdentity(String tokenType, Object token, ContextHandler handler)
          Use the supplied client token to establish client identity, possibly with multiple challenges.
 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://e-docs.bea.com/wls/docs90
Copyright 2005 BEA Systems Inc.