Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14651-05

A B C D E F G H I J K L M O P R S T U V X


R

RBN - Static variable in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
 
RBN - Static variable in interface oracle.security.jps.mas.mgmt.jmx.credstore.JpsCredentialMXBean
 
RBN - Static variable in interface oracle.security.jps.mas.mgmt.jmx.keystore.JpsKeyStoreMXBean
 
RBN - Static variable in interface oracle.security.jps.mas.mgmt.jmx.policy.JpsAdminRoleMXBean
Data member to hold the Resource Bundle that will be used.
RBN - Static variable in interface oracle.security.jps.mas.mgmt.jmx.policy.JpsApplicationPolicyStoreMXBean
Data member to hold the ResourceBundle that will be used.
RBN - Static variable in interface oracle.security.jps.mas.mgmt.jmx.policy.JpsGlobalPolicyStoreMXBean
Data member to hold the Resource Bundle that wil be used.
reassignGenericCredential(String, String, Serializable, String) - Method in interface oracle.security.jps.mas.mgmt.jmx.credstore.JpsCredentialMXBean
Reassigns the Generic Credential to the specified alias and credKey.
refresh() - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Refreshes state by reloading from backing store (which might have changed)
refresh() - Method in interface oracle.security.jps.mas.mgmt.jmx.credstore.JpsCredentialMXBean
Refreshes state by reloading from backing store.
refresh() - Method in class oracle.security.jps.mas.mgmt.jmx.keystore.JpsKeyStoreBeanImpl
 
refresh() - Method in interface oracle.security.jps.mas.mgmt.jmx.policy.JpsGlobalPolicyStoreMXBean
Function to make the Policy store to reload information from the storage.
removeAllExtendedPropertySets() - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove all PortableExtendedProperty
removeAllProperties() - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove all the Properties defined at the global level associated with the Configuration MBean
removeAllPropertySets() - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove all PortablePropertySets defined at the global level
removeApplicationRole(String, String) - Method in interface oracle.security.jps.mas.mgmt.jmx.policy.JpsApplicationPolicyStoreMXBean
Function to delete an application role.
removeExtendedPropertySet(String) - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove a PortableExtendedProperty
removeExtendedPropertySetRefToServiceInstance(String, String) - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove an extended property set reference from a Service Instance
removeLoginModule(String, String) - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove the reference to a specific Login Module from a Context
removeMembersFromApplicationRole(String, PortableApplicationRole, PortableRoleMember[]) - Method in interface oracle.security.jps.mas.mgmt.jmx.policy.JpsApplicationPolicyStoreMXBean
Function to remove Members from a specfic Application Role.
removeProperty(String) - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove a global Property
removePropertySet(String) - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove a global PortablePropertySet
removePropertySetRefToServiceInstance(String, String) - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove a property set reference from a Service Instance
removeServiceInstanceExtendedProperty(String, String) - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove a extended property within a Service Instance
removeServiceInstanceProperty(String, String) - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove a property within a Service Instance
removeServiceInstanceRefsFromServiceInstance(String, String[]) - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Function to remove child service instances from a specific Service Instance
removeServiceType(String, String) - Method in interface oracle.security.jps.mas.mgmt.jmx.config.JpsConfigMXBean
Method to remove a configured Service from the Context.
reset(String) - Method in class oracle.security.jps.mas.mgmt.jmx.policy.rulehelper.RuleBuilder
 
resetCredential(String, String, Credential) - Method in interface oracle.security.jps.mas.mgmt.jmx.credstore.JpsCredentialMXBean
Deprecated. 
resetCredentialMap(String, CredentialMap) - Method in interface oracle.security.jps.mas.mgmt.jmx.credstore.JpsCredentialMXBean
Deprecated. 
resetPortableCredential(String, String, PortableCredential) - Method in interface oracle.security.jps.mas.mgmt.jmx.credstore.JpsCredentialMXBean
Assigns the char[] to the specified alias and credKey.
resetPortableCredential(String, PortableCredential) - Method in class oracle.security.jps.mas.mgmt.jmx.credstore.PortableCredentialMap
Override the Credential object to the specified key.
revokeEntitlement(String, String, PortablePrincipal) - Method in interface oracle.security.jps.mas.mgmt.jmx.policy.JpsApplicationPolicyStoreMXBean
Revokes the permission set from a principal
revokeFromApplicationPolicy(String, PortableGrant[]) - Method in interface oracle.security.jps.mas.mgmt.jmx.policy.JpsApplicationPolicyStoreMXBean
Function to revoke grants from a specific Application Policy.
revokeFromSystemPolicy(PortableGrant[]) - Method in interface oracle.security.jps.mas.mgmt.jmx.policy.JpsGlobalPolicyStoreMXBean
Function to remove grants from the System (Global) Policy.
revokeResourceFromEntitlement(String, String, String, String, String) - Method in interface oracle.security.jps.mas.mgmt.jmx.policy.JpsApplicationPolicyStoreMXBean
Revokes a member resource to a Permission Set in a given application stripe
rollOverMasterKey() - Method in class oracle.security.jps.mas.mgmt.jmx.keystore.JpsKeyStoreBeanImpl
 
rollOverMasterKey() - Method in interface oracle.security.jps.mas.mgmt.jmx.keystore.JpsKeyStoreMXBean
Performs a roll-over of the encryption key as a routine exercise, or in case of key compromise
RuleBuilder - Class in oracle.security.jps.mas.mgmt.jmx.policy.rulehelper
Class to build a policy rule from its String representation
RuleBuilder(String, ExtensionManager) - Constructor for class oracle.security.jps.mas.mgmt.jmx.policy.rulehelper.RuleBuilder
 
RuleBuilder(String, PolicyEntry, ExtensionManager) - Constructor for class oracle.security.jps.mas.mgmt.jmx.policy.rulehelper.RuleBuilder
 

Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14651-05

A B C D E F G H I J K L M O P R S T U V X


Copyright © 2011, Oracle. All rights reserved.