BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.security.spi.SecurityProvider

Packages that use SecurityProvider
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 SecurityProvider in weblogic.security.service
 

Methods in weblogic.security.service that return SecurityProvider
 SecurityProvider SecurityServiceManagerDelegateImpl.createSecurityProvider(ProviderMBean providerMBean, weblogic.security.service.Auditor auditor)
           
 SecurityProvider SecurityServiceManagerDelegate.createSecurityProvider(ProviderMBean providerMBean, weblogic.security.service.Auditor auditor)
          Get the provider class name from the mbean, create the provider and initialize it using this mbean.
static SecurityProvider SecurityServiceManager.createSecurityProvider(ProviderMBean providerMBean, weblogic.security.service.Auditor auditor)
          Get the provider class name from the mbean, create the provider and initialize it using this mbean.
 

Uses of SecurityProvider in weblogic.security.spi
 

Subinterfaces of SecurityProvider in weblogic.security.spi
 interface AdjudicationProvider
          Deprecated.  
 interface AdjudicationProviderV2
          The AdjudicationProviderV2 interface exposes the services provided by an Adjudication provider to the WebLogic Security Framework.
 interface AuditProvider
          The AuditProvider interface exposes the services provided by an Auditing provider to the WebLogic Security Framework.
 interface AuthenticationProvider
          The AuthenticationProvider interface exposes the services provided by an Authentication provider to the WebLogic Security Framework.
 interface AuthenticationProviderV2
          The AuthenticationProviderV2 interface exposes the services provided by an Authentication provider to the WebLogic Security Framework.
 interface AuthorizationProvider
          The AuthorizationProvider interface exposes the services provided by an Authorization provider to the WebLogic Security Framework.
 interface CertPathProvider
          The CertPathProvider interface exposes the services provided by a CertPath provider to the WebLogic Security Framework.
 interface CredentialProvider
          Deprecated. WLS 9.0 (10/2003) Replaced with CredentialProviderV2
 interface CredentialProviderV2
          The CredentialProviderV2 interface exposes the services provided by a Credential Mapping provider to the WebLogic Security Framework.
 interface DeployableAuthorizationProvider
          Deprecated. 9.0.0.0 Replaced by DeployableAuthorizationProviderV2
 interface DeployableAuthorizationProviderV2
          An Authorization provider that supports deploying policies on behalf of Web application and EJB deployments is required to implement this interface.
 interface DeployableCredentialProvider
          Deprecated. WLS 9.0 (10/2003) Deprecating the feature
 interface DeployableRoleProvider
          Deprecated. 9.0.0.0 Replaced by DeployableRoleProviderV2
 interface DeployableRoleProviderV2
          A Role Mapping provider that supports deploying roles on behalf of Web application and EJB deployments is required to implement this interface.
 interface RoleProvider
          The RoleProvider interface exposes the services provided by a Role Mapping provider to the WebLogic Security Framework.
 interface VersionableApplicationProvider
          All authorization, role mapping, and credential mapping providers for the security realm must support application versioning for an application to be deployed using versions.
 


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