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

Part Number E27170-02

weblogic.management.security.credentials
Class CredentialMapperImpl

java.lang.Object
  extended by weblogic.management.security.BaseMBeanImpl
      extended by weblogic.management.security.ProviderImpl
          extended by weblogic.management.security.credentials.CredentialMapperImpl
Direct Known Subclasses:
DeployableCredentialMapperImpl

public class CredentialMapperImpl
extends ProviderImpl

This is the class that a security provider must extend to implement a CredentialMapperImpl security provider See additional text in ProviderImpl.java.


Constructor Summary
  CredentialMapperImpl(ModelMBean base)
          Constructor for the CredentialMapperImpl object
protected CredentialMapperImpl(RequiredModelMBean base)
           
 
Method Summary
 
Methods inherited from class weblogic.management.security.ProviderImpl
getCompatibilityObjectName, getRealm
 
Methods inherited from class weblogic.management.security.BaseMBeanImpl
getProxy, getRequiredModelMBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialMapperImpl

public CredentialMapperImpl(ModelMBean base)
                     throws MBeanException
Constructor for the CredentialMapperImpl object

Parameters:
base - Description of the Parameter
Throws:
MBeanException - Description of the Exception

CredentialMapperImpl

protected CredentialMapperImpl(RequiredModelMBean base)
                        throws MBeanException
Throws:
MBeanException

Copyright 1996, 2013, 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.2)

Part Number E27170-02