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

Part Number E41849-02

Package weblogic.management.security.credentials

Provides interfaces and classes for the configuration, control and monitoring of Credential Mapping security providers in a WebLogic security realm.

See:
          Description

Interface Summary
CredentialCacheMBean Defines methods used to get/set the configuration attributes that are required to support the credential cache.
CredentialMapperMBean The SSPI MBean that all Credential Mapping providers must extend.
CredentialProperty Provides constants for the property names used to obtain values from a Properties object when using the AliasCredentialMapReaderMBean.
DeployableCredentialMapperMBean The SSPI MBean that must be extended by all Credential Mapper providers that can store credential maps created while deploying a component.
PKICredentialMapEditorMBean Provides a set of methods for creating, editing, and removing a credential map that matches users, resources and credential action to keystore aliases and the corresponding passwords.
PKICredentialMapReaderMBean Provides a set of methods for reading a credential map that matches users and resources to aliases and their corresponding passwords that can then be used to retrieve key information or public certificate information from the configured keystores.
UserPasswordCredentialMapEditorMBean Provides a set of methods for creating, editing, and removing a credential map that matches WebLogic users to remote usernames and their corresponding passwords.
UserPasswordCredentialMapExtendedReaderMBean Provides a set of methods for reading the credential mappings.
UserPasswordCredentialMapReaderMBean Provides a set of methods for reading credentials and credential mappings.
 

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

Package weblogic.management.security.credentials Description

Provides interfaces and classes for the configuration, control and monitoring of Credential Mapping security providers in a WebLogic security realm.

Deprecation of MBeanHome and Type-Safe Interfaces

This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime.


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