|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorCollectionException | |
---|---|
weblogic.management.security | Provides interfaces and classes for the configuration, control and monitoring of 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.security.providers.pk | Provides interfaces for CertPath and Keystore providers. |
Uses of ErrorCollectionException in weblogic.management.security |
---|
Methods in weblogic.management.security that throw ErrorCollectionException | |
---|---|
void |
ExportMBean.exportData(String format,
String filename,
Properties constraints)
Exports provider specific data in a specified format. |
void |
ImportMBean.importData(String format,
String filename,
Properties constraints)
Imports provider specific data from a specified format. |
void |
RealmMBean.validate()
Deprecated. 9.0.0.0 This method is no longer required since activating a configuration transaction does this check automatically on the default realm, and will not allow the configuration to be saved if the domain does not have a valid default realm configured. |
Uses of ErrorCollectionException in weblogic.management.security.authorization |
---|
Methods in weblogic.management.security.authorization that throw ErrorCollectionException | |
---|---|
void |
PolicyAuxiliaryMBean.exportResource(String filename,
String cn)
Exports provider specific policy data using an LDAP CN search filter to specify the resources for export. |
void |
RoleAuxiliaryMBean.exportResource(String filename,
String cn)
Exports provider specific role data using an LDAP CN search filter to specify the resources for export. |
Uses of ErrorCollectionException in weblogic.security.providers.pk |
---|
Methods in weblogic.security.providers.pk that throw ErrorCollectionException | |
---|---|
void |
GroupCertRegManagerMBean.addCertificateToTrustGroups(String[] trustGroups,
String alias)
Add an already registered end certificate to list of trust groups. |
void |
GroupCertRegManagerMBean.copyFromJKS(String trustGroup,
String certificateFile)
Register all certificates contained in a JKS file to a trust group. |
void |
GroupCertRegManagerMBean.copyToJKS(String trustGroup,
String JKSFile)
writes all certificates in a trust group to a JKS. |
void |
GroupCertRegManagerMBean.registerCertificate(String[] trustGroups,
String alias,
String certificateFile)
Registers an end certificate from a file in to a list of trust group under an alias. |
void |
GroupCertRegManagerMBean.unregisterCertificate(String[] trustGroups,
String alias)
Unregisters an end certificate from trust groups. |
|
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |