Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Class
weblogic.management.security.ProviderImpl

Packages that use ProviderImpl
weblogic.management.security.audit Provides interfaces and classes for the configuration, control and monitoring of Audit security providers in a WebLogic security realm. 
weblogic.management.security.authentication Provides interfaces and classes for the configuration, control and monitoring of Authentication security providers in a WebLogic security realm. 
weblogic.management.security.authorization Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping security providers in a WebLogic security realm. 
weblogic.management.security.credentials Provides interfaces and classes for the configuration, control and monitoring of Credential Mapping security providers in a WebLogic security realm. 
weblogic.management.security.pk Provides interfaces and classes for the configuration, control and monitoring of certification path security providers in a WebLogic security realm. 
 

Uses of ProviderImpl in weblogic.management.security.audit
 

Subclasses of ProviderImpl in weblogic.management.security.audit
 class AuditorImpl
          This is the class that a security provider must extend to implement an Auditor security provider.
 

Uses of ProviderImpl in weblogic.management.security.authentication
 

Subclasses of ProviderImpl in weblogic.management.security.authentication
 class AuthenticationProviderImpl
          The base class of all authentication provider MBean implementations.
 class AuthenticatorImpl
          The base class of all authenticator MBean implementations.
 class IdentityAsserterImpl
          The base class of all Identity Assertion provider MBean implementations.
 

Uses of ProviderImpl in weblogic.management.security.authorization
 

Subclasses of ProviderImpl in weblogic.management.security.authorization
 class AdjudicatorImpl
          The base class of all adjudicator MBean implementations.
 class AuthorizerImpl
          The base class of all authorizer MBean implementations.
 class DeployableAuthorizerImpl
          An Authorization provider that supports deploying policies on behalf of Web application and EJB deployment.
 class DeployableRoleMapperImpl
          A Role Mapping provider that supports deploying policies on behalf of Web application and EJB deployment.
 class RoleMapperImpl
          The base class of all Role Mapping MBean implementations.
 

Uses of ProviderImpl in weblogic.management.security.credentials
 

Subclasses of ProviderImpl in weblogic.management.security.credentials
 class CredentialMapperImpl
          This is the class that a security provider must extend to implement a CredentialMapperImpl security provider See additional text in ProviderImpl.java.
 class DeployableCredentialMapperImpl
          This class extends the CredentialMapperImpl class.
 

Uses of ProviderImpl in weblogic.management.security.pk
 

Subclasses of ProviderImpl in weblogic.management.security.pk
 class CertPathBuilderImpl
          The base class of all cert path builder MBean implementations.
 class CertPathBuilderValidatorImpl
          The base class of all cert path provider MBean implementations for providers that are both builders and validator.
 class CertPathProviderImpl
          The base class of all cert path provider MBean implementations.
 class CertPathValidatorImpl
          The base class of all cert path validator MBean implementations.
 class KeyStoreImpl
          This is the class that all KeyStore security providers should extend to implement their security provider's configuration data, should additional data be needed.
 


Copyright 1996, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02