Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

Uses of Interface
weblogic.security.service.ContextHandler

Packages that use ContextHandler
com.bea.security.saml2.providers Provides interfaces and classes for the configuration, control, and monitoring of SAML 2.0 security providers in a WebLogic security realm. 
weblogic.security.auth.callback Classes for collecting user credentials and passing them. 
weblogic.security.pk Provides interfaces and classes to build and validate certification paths. 
weblogic.security.providers.saml Provides interfaces and classes for the configuration, control, and monitoring of SAML 1.1 security providers in a WebLogic security realm. 
weblogic.security.spi This package includes interfaces, classes, and exceptions you use to develop security providers. 
weblogic.wsee.security.bst Provides classes to support Binary Security Tokens (BST) in WebLogic Web Services. 
weblogic.wsee.security.unt Provides classes to support UNT security in WebLogic Web Services. 
weblogic.xml.crypto.wss Provides a Helper class for weblogic.xml.crypto.wss.provider.SecurityToken operation. 
weblogic.xml.crypto.wss.provider Provides interfaces and a class for Web Services security providers. 
 

Uses of ContextHandler in com.bea.security.saml2.providers
 

Methods in com.bea.security.saml2.providers with parameters of type ContextHandler
 SAML2NameMapperInfo SAML2CredentialNameMapper.mapName(String name, ContextHandler handler)
          Maps a String name to a set of values used to construct a SAML NameIdentifier element for a SAML 2.0 assertion.
 String SAML2IdentityAsserterNameMapper.mapNameInfo(SAML2NameMapperInfo info, ContextHandler handler)
          Maps a SAML2NameMapperInfo object to a local user name.
 SAML2NameMapperInfo SAML2CredentialNameMapper.mapSubject(Subject subject, ContextHandler handler)
          Maps a Subject to a set of values used to construct a SAML NameIdentifier element for a SAML 2.0 assertion.
 

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
 void SAMLIdentityAssertionAttributeMapper.mapAttributeInfo(Collection<SAMLAttributeStatementInfo> attrStmtInfos, ContextHandler contextHandler)
          map from collection of SAMLAttributeStatementInfo to collection of Principal.
 Collection<SAMLAttributeStatementInfo> SAMLCredentialAttributeMapper.mapAttributes(Subject subject, ContextHandler handler)
          Maps a Subject to a set of values used to construct a SAMLAttributeStatementInfo element for a SAML assertion.
 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 CertPathValidatorParametersSpi.getContext()
          Gets a ContextHandler that may pass in extra parameters that can be used for validating the CertPath.
 ContextHandler CertPathBuilderParametersSpi.getContext()
          Gets a ContextHandler that may pass in extra parameters that can be used for building and validating the CertPath.
 ContextHandler AuditContext.getContext()
          Gets a ContextHandler object from which additional audit information can be obtained.
 ContextHandler AuditCertPathValidatorEvent.getContext()
          Gets an optional ContextHandler object that may specify additional data on how to validate the CertPath.
 ContextHandler AuditCertPathBuilderEvent.getContext()
          Gets an optional ContextHandler object that may specify additional data on how to look up and validate the CertPath
 

Methods in weblogic.security.spi with parameters of type ContextHandler
 Set<Resource> BulkAdjudicator.adjudicate(List<Map<Resource,Result>> results, List<Resource> 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<Resource,Map<String,SecurityRole>> BulkRoleMapper.getRoles(Subject subject, List<Resource> 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<Resource,Result> BulkAccessDecision.isAccessAllowed(Subject subject, Map<Resource,Map<String,SecurityRole>> roles, List<Resource> 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)
          Deprecated.  
 Object ServerBSTCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          get the credentail
 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)
          Deprecated.  
 SecurityToken SecurityTokenHandler.getSecurityToken(String valueType, String issuer, Purpose p, ContextHandler ctxHandler)
          Deprecated.  
 Element SecurityTokenPolicyInfo.getSecurityTokenAssertion(Element parent, Purpose p, ContextHandler contextHandler)
          Deprecated.  
 boolean SecurityTokenHandler.matches(SecurityToken token, String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          Deprecated.  
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02