BEA Systems, Inc.

Uses of Interface
weblogic.security.service.ContextHandler

Packages that use ContextHandler
weblogic.security.auth.callback   
weblogic.security.pk   
weblogic.security.providers.saml   
weblogic.security.spi

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

weblogic.wsee.security.bst   
weblogic.wsee.security.unt   
weblogic.xml.crypto.wss   
weblogic.xml.crypto.wss.provider   
 

Uses of ContextHandler in weblogic.security.auth.callback
 

Methods in weblogic.security.auth.callback that return ContextHandler
 ContextHandler ContextHandlerCallback.getContextHandler()
          The ContextHandler, if any, that was passed in.
 

Methods in weblogic.security.auth.callback with parameters of type ContextHandler
 void ContextHandlerCallback.setContextHandler(ContextHandler contextHandler)
          Set the value of the ContextHandler attribute.
 

Uses of ContextHandler in weblogic.security.pk
 

Constructors in weblogic.security.pk with parameters of type ContextHandler
CertPathBuilderParameters(String realmName, CertPathSelector selector, X509Certificate[] trustedCAs, ContextHandler context)
          Construct a CertPathBuilderParameters.
CertPathValidatorParameters(String realmName, X509Certificate[] trustedCAs, ContextHandler context)
          Construct a CertPathValidatorParameters.
 

Uses of ContextHandler in weblogic.security.providers.saml
 

Methods in weblogic.security.providers.saml with parameters of type ContextHandler
 Collection SAMLIdentityAssertionNameMapper.mapGroupInfo(SAMLNameMapperInfo info, ContextHandler handler)
          Maps a SAMLNameMapperInfo to a Collection of group names.
 SAMLNameMapperInfo SAMLCredentialNameMapper.mapName(String name, ContextHandler handler)
          Maps a String name to a set of values used to construct a SAML NameIdentifier element for a SAML assertion.
 String SAMLIdentityAssertionNameMapper.mapNameInfo(SAMLNameMapperInfo info, ContextHandler handler)
          Maps a SAMLNameMapperInfo to a user name.
 SAMLNameMapperInfo SAMLCredentialNameMapper.mapSubject(Subject subject, ContextHandler handler)
          Maps a Subject to a set of values used to construct a SAML NameIdentifier element for a SAML assertion.
 

Uses of ContextHandler in weblogic.security.spi
 

Methods in weblogic.security.spi that return ContextHandler
 ContextHandler AuditCertPathBuilderEvent.getContext()
          Gets an optional ContextHandler object that may specify additional data on how to look up and validate the CertPath
 ContextHandler AuditCertPathValidatorEvent.getContext()
          Gets an optional ContextHandler object that may specify additional data on how to validate the CertPath.
 ContextHandler AuditContext.getContext()
          Gets a ContextHandler object from which additional audit information can be obtained.
 ContextHandler CertPathBuilderParametersSpi.getContext()
          Gets a ContextHandler that may pass in extra parameters that can be used for building and validating the CertPath.
 ContextHandler CertPathValidatorParametersSpi.getContext()
          Gets a ContextHandler that may pass in extra parameters that can be used for validating the CertPath.
 

Methods in weblogic.security.spi with parameters of type ContextHandler
 Set BulkAdjudicator.adjudicate(List results, List resources, ContextHandler handler)
          Determines the final adjudication from a set of decisions rendered by Access Decisions, provided they are acting as policy decision points (PDPs).
 boolean AdjudicatorV2.adjudicate(Result[] results, Resource resource, ContextHandler handler)
          Determines the final adjudication from a set of decisions rendered by Access Decisions, provided they are acting as policy decision points (PDPs).
 ProviderChallengeContext ChallengeIdentityAsserterV2.assertChallengeIdentity(String tokenType, Object token, ContextHandler handler)
          Use the supplied client token to establish client identity, possibly with multiple challenges.
 CallbackHandler IdentityAsserterV2.assertIdentity(String type, Object token, ContextHandler handler)
          Asserts an identity based on token identity information.
 void ChallengeIdentityAsserterV2.continueChallengeIdentity(ProviderChallengeContext context, String tokenType, Object token, ContextHandler handler)
          Use the supplied provider context and client token to continue establishing client identity
 Object ChallengeIdentityAsserterV2.getChallengeToken(String type, ContextHandler handler)
          Returns the Identity Assertion provider's challenge token.
 Object CredentialMapperV2.getCredential(Subject requestor, String initiator, Resource resource, ContextHandler handler, String credType)
          Returns credential of the specified type from the target resource associated with the specified initiator.
 Object[] CredentialMapperV2.getCredentials(Subject requestor, Subject initiator, Resource resource, ContextHandler handler, String credType)
          Returns credentials of the specified type from the target resource associated with the specified initiator.
 Map BulkRoleMapper.getRoles(Subject subject, List resource, ContextHandler handler)
          Indicates whether the role policies defined for the list of resources allow the requestor to posses a given role by utilizing the information contained in the subject and context.
 Map RoleMapper.getRoles(Subject subject, Resource resource, ContextHandler handler)
          Indicates whether the authorization policies defined for the resource allow the requested method to be performed.
 Map BulkAccessDecision.isAccessAllowed(Subject subject, Map roles, List resources, ContextHandler handler, Direction direction)
          Indicates whether the authorization policies defined for the list of resources allow the requested method to be performed, by utilizing the information contained in the subject and context.
 Result AccessDecision.isAccessAllowed(Subject subject, Map roles, Resource resource, ContextHandler handler, Direction direction)
          Indicates whether the authorization policies defined for the resource allow the requested method to be performed, by utilizing the information contained in the subject.
 

Uses of ContextHandler in weblogic.wsee.security.bst
 

Methods in weblogic.wsee.security.bst with parameters of type ContextHandler
 Object StubPropertyBSTCredProv.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 Object ClientBSTCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 

Uses of ContextHandler in weblogic.wsee.security.unt
 

Methods in weblogic.wsee.security.unt with parameters of type ContextHandler
 Object ClientUNTCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 

Uses of ContextHandler in weblogic.xml.crypto.wss
 

Classes in weblogic.xml.crypto.wss that implement ContextHandler
 class SecurityTokenContextHandler
          Deprecated. can not be used directly by customers
 

Uses of ContextHandler in weblogic.xml.crypto.wss.provider
 

Methods in weblogic.xml.crypto.wss.provider with parameters of type ContextHandler
 Object CredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 SecurityToken SecurityTokenHandler.getSecurityToken(String valueType, Object credentials, ContextHandler ctxHandler)
           
 SecurityToken SecurityTokenHandler.getSecurityToken(String valueType, String issuer, Purpose p, ContextHandler ctxHandler)
           
 Element SecurityTokenPolicyInfo.getSecurityTokenAssertion(Element parent, Purpose p, ContextHandler contextHandler)
           
 boolean SecurityTokenHandler.matches(SecurityToken token, String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 


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