The MBean that represents configuration information for the WebLogic Role Mapper Provider.
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.security.providers.xacml.authorization.XACMLRoleMapperMBean
|
||
Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
Access Points Inherited from RoleMapperMBean |
Because this MBean extends or implements RoleMapperMBean, you can also access this MBean by retrieving RoleMapperMBeans. The following attributes contain RoleMapperMBeans and its subtypes:
|
This section describes attributes that provide access to other MBeans.
|
Returns the realm that contains this security provider. Returns null if this security provider is not contained by a realm.
Privileges | Read only |
Type | RealmMBean |
Relationship type: | Reference. |
This section describes the following attributes:
The description of your Weblogic XACML Role Mapping Provider.
Privileges | Read only |
Type | java.lang.String |
Default Value | WebLogic XACML Role Mapping Provider |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Privileges | Read only |
Type | java.lang.String |
Default Value | XACMLRoleMapper |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The name of the Java class used to load the WebLogic XACML Role Mapper Provider.
Privileges | Read only |
Type | java.lang.String |
Default Value | weblogic.security.providers.xacml.authorization.XACMLRoleMapperProviderImpl |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Returns whether this Role Mapping provider stores roles that are created while deploying a Web application or EJB.
Privileges | Read/Write |
Type | boolean |
Default Value | true |
The security roles you want to be exported from this Role Mapping provider's database. If none are specified, all are exported.
Privileges | Read only |
Type | class java.lang.String[] |
Default Value | |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The format of the file to export. The list of supported export formats is determined by this Role Mapping provider.
Privileges | Read only |
Type | class java.lang.String[] |
Default Value | XACML DefaultRoles |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The security roles that you want to be imported into this Role Mapping provider's database. If none are specified, all are imported.
Privileges | Read only |
Type | class java.lang.String[] |
Default Value | |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The format of the file to import. The list of supported import formats is determined by the Role Mapping provider from which the security roles were originally exported.
Privileges | Read only |
Type | class java.lang.String[] |
Default Value | XACML DefaultRoles |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The version of your Weblogic XACML Role Mapping Provider.
Privileges | Read only |
Type | java.lang.String |
Default Value | 1.0 |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
This section describes the following operations:
Adds policy
Operation Name | "addPolicy" |
Parameters | Object [] { policy, status }
where:
|
Signature | String [] {
"com.bea.common.security.xacml.policy.Policy",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Adds policy
Operation Name | "addPolicy" |
Parameters | Object [] { policy, status }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Adds policy. Policy is set to ACTIVE status.
Operation Name | "addPolicy" |
Parameters | Object [] { policy }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Adds policy. Policy is set to ACTIVE status.
Operation Name | "addPolicy" |
Parameters | Object [] { policy }
where:
|
Signature | String [] {
"com.bea.common.security.xacml.policy.Policy" } |
Returns |
void
|
Exceptions |
|
Adds policy set. Policy set is set to ACTIVE status.
Operation Name | "addPolicySet" |
Parameters | Object [] { set }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Adds policy set. Policy set is set to ACTIVE status.
Operation Name | "addPolicySet" |
Parameters | Object [] { set }
where:
|
Signature | String [] {
"com.bea.common.security.xacml.policy.PolicySet" } |
Returns |
void
|
Exceptions |
|
Adds policy set.
Operation Name | "addPolicySet" |
Parameters | Object [] { set, status }
where:
|
Signature | String [] {
"com.bea.common.security.xacml.policy.PolicySet",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Adds policy set.
Operation Name | "addPolicySet" |
Parameters | Object [] { set, status }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Advances the list to the next element in the list.
Operation Name | "advance" |
Parameters | Object [] { cursor }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Indicates that the caller is finished using the list, and that the resources held on behalf of the list may be released. If the caller traverses through all the elements in the list, the caller need not call this method. In other words, it is used to let the caller close the list without reading each element that is returned.
Operation Name | "close" |
Parameters | Object [] { cursor }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Creates role for a resource.
Operation Name | "createRole" |
Parameters | Object [] { resourceId, roleName, expression, auxiliary }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Creates role for a resource.
Operation Name | "createRole" |
Parameters | Object [] { resourceId, roleName, expression }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Deletes policy with given identifier and version.
Operation Name | "deletePolicy" |
Parameters | Object [] { identifier, version }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Deletes policy set with given identifier and version.
Operation Name | "deletePolicySet" |
Parameters | Object [] { identifier, version }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
No description provided.
Operation Name | "evaluate" |
Parameters | Object [] { request, store }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | String
|
Exceptions |
|
No description provided.
Operation Name | "evaluate" |
Parameters | Object [] { requestFile, responseFile, store }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
No description provided.
Operation Name | "evaluate" |
Parameters | Object [] { request }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | String
|
Exceptions |
|
Exports provider specific data in a specified format. When
errors occur, the MBean throws an ErrorCollectionException
containing a list of java.lang.Exceptions
, where the
text of each exception describes the error.
Operation Name | "exportData" |
Parameters | Object [] { format, filename, constraints }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.util.Properties" } |
Returns |
void
|
Exceptions |
|
Exports provider specific role data using an LDAP CN search filter to specify the resources for export. When errors occur, the MBean throws an ErrorCollectionException containing a list of <code>java.lang.Exceptions</code;>.
Operation Name | "exportResource" |
Parameters | Object [] { filename, cn }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
The properties of the current item in the list. Returns null if there is no current item.
Operation Name | "getCurrentProperties" |
Parameters | Object [] { cursor }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | Properties
|
Exceptions |
|
Returns status for policy set identified by identifier and version
Operation Name | "getPolicySetStatus" |
Parameters | Object [] { identifier, version }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | String
|
Exceptions |
|
Returns status for policy identified by identifier and version
Operation Name | "getPolicyStatus" |
Parameters | Object [] { identifier, version }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | String
|
Exceptions |
|
Returns an array of class names of the registered predicates.
Operation Name | "getRegisteredPredicates" |
Parameters | Object [] { nameFilter }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
class |
Obtain a role definition.
A null is returned when no role is found.
The Properties
is the same as those returned from
the PropertiesListerMBean
.
Operation Name | "getRole" |
Parameters | Object [] { resourceId, roleName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | Properties
|
Exceptions |
|
Get auxiliary role for a resource.
Operation Name | "getRoleAuxiliary" |
Parameters | Object [] { resourceId, roleName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | String
|
Exceptions |
|
Returns the expression that defines the role granting policy.
Operation Name | "getRoleExpression" |
Parameters | Object [] { resourceId, roleName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | String
|
Exceptions |
|
Returns array of resource/role name tuples of roles defined in the scope of resources of the given type or global roles, when the type is null.
Operation Name | "getRoleNames" |
Parameters | Object [] { resourceType }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
class |
Obtain a role definition for a role scoped by a specified resource. This may result in a global role definition.
If the role is defined at the specified resource then a call to
getRole
would return the same result.
A null is returned when no role is found.
The Properties
object is the same as those returned
from the PropertiesListerMBean
.
Operation Name | "getRoleScopedByResource" |
Parameters | Object [] { resourceId, roleName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | Properties
|
Exceptions |
|
Returns true if there are more objects in the list, and false otherwise.
Operation Name | "haveCurrent" |
Parameters | Object [] { cursor }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Exceptions |
|
Imports provider specific data from a specified format. When
errors occur, the MBean throws an ErrorCollectionException
containing a list of java.lang.Exceptions
, where the
text of each exception describes the error.
Operation Name | "importData" |
Parameters | Object [] { format, filename, constraints }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.util.Properties" } |
Returns |
void
|
Exceptions |
|
Specifies whether or not the predicate with specified class name is registered.
Operation Name | "isRegisteredPredicate" |
Parameters | Object [] { predicateClassName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Returns true if the specified attribute has been set explicitly in this MBean instance.
Operation Name | "isSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Exceptions |
|
Returns cursor listing all policies
Operation Name | "listAllPolicies" |
Parameters | null |
Signature | null |
Returns | String
|
Exceptions |
|
Returns cursor listing all policies. Policies are returned as java.lang.String.
Operation Name | "listAllPoliciesAsString" |
Parameters | null |
Signature | null |
Returns | String
|
Exceptions |
|
Returns cursor listing all policy sets
Operation Name | "listAllPolicySets" |
Parameters | null |
Signature | null |
Returns | String
|
Exceptions |
|
Returns cursor listing all policy sets. Policy sets are returned as java.lang.String.
Operation Name | "listAllPolicySetsAsString" |
Parameters | null |
Signature | null |
Returns | String
|
Exceptions |
|
Obtain an unsorted list of role definitions.
This method returns a cursor that you can pass to the methods
from weblogic.management.utils.PropertiesListerMBean
(which this MBean extends) to iterate through the returned
list.
Operation Name | "listAllRoles" |
Parameters | Object [] { maximumToReturn }
where:
|
Signature | String [] {
"java.lang.Integer" } |
Returns | String
|
Exceptions |
|
List all Role and URI pairings that have policy defined for the specified application and context path.
Operation Name | "listAllRolesAndURIs" |
Parameters | Object [] { application, contextPath }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
class |
Obtain a list of role definitions for the children of a resource.
This method returns a cursor that you can pass to the methods
from weblogic.management.utils.PropertiesListerMBean
(which this MBean extends) to iterate through the returned
list.
Operation Name | "listChildRoles" |
Parameters | Object [] { resourceId, maximumToReturn }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Integer" } |
Returns | String
|
Exceptions |
|
Obtain a list of role definitions for the actions that are repeating on a resource.
This method returns a cursor that you can pass to the methods
from weblogic.management.utils.PropertiesListerMBean
(which this MBean extends) to iterate through the returned
list.
Operation Name | "listRepeatingActionsRoles" |
Parameters | Object [] { resourceId, maximumToReturn }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Integer" } |
Returns | String
|
Exceptions |
|
Obtain a list of role definitions for a specific resource.
This method returns a cursor that you can pass to the methods
from weblogic.management.utils.PropertiesListerMBean
(which this MBean extends) to iterate through the returned
list.
Operation Name | "listRoles" |
Parameters | Object [] { resourceId, maximumToReturn }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Integer" } |
Returns | String
|
Exceptions |
|
Obtain an list of role definitions by application name.
This method returns a cursor that you can pass to the methods
from weblogic.management.utils.PropertiesListerMBean
(which this MBean extends) to iterate through the returned
list.
Operation Name | "listRolesByApplication" |
Parameters | Object [] { applicationName, maximumToReturn }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Integer" } |
Returns | String
|
Exceptions |
|
Obtain an list of role definitions for a specific J2EE component.
This method returns a cursor that you can pass to the methods
from weblogic.management.utils.PropertiesListerMBean
(which this MBean extends) to iterate through the returned
list.
Operation Name | "listRolesByComponent" |
Parameters | Object [] { componentName, componentType, applicationName, maximumToReturn }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String",
"java.lang.Integer" } |
Returns | String
|
Exceptions |
|
Obtain an list of role definitions by resource type.
This method returns a cursor that you can pass to the methods
from weblogic.management.utils.PropertiesListerMBean
(which this MBean extends) to iterate through the returned
list.
Operation Name | "listRolesByResourceType" |
Parameters | Object [] { resourceType, maximumToReturn }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Integer" } |
Returns | String
|
Exceptions |
|
Lists the role names that are scoped by a resource. Returns a null list if there are no roles under this resource scoping.
Operation Name | "listRolesForResource" |
Parameters | Object [] { resourceId }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
class |
Updates policy. This operation does not change the status of policy. already present in the store.
Operation Name | "modifyPolicy" |
Parameters | Object [] { policy }
where:
|
Signature | String [] {
"com.bea.common.security.xacml.policy.Policy" } |
Returns |
void
|
Exceptions |
|
Updates policy and status.
Operation Name | "modifyPolicy" |
Parameters | Object [] { policy, status }
where:
|
Signature | String [] {
"com.bea.common.security.xacml.policy.Policy",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Updates policy and status.
Operation Name | "modifyPolicy" |
Parameters | Object [] { policy, status }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Updates policy. This operation does not change the status of policy. already present in the store.
Operation Name | "modifyPolicy" |
Parameters | Object [] { policy }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Updates policy set. This operation does not change the status of policy set. already present in the store.
Operation Name | "modifyPolicySet" |
Parameters | Object [] { set }
where:
|
Signature | String [] {
"com.bea.common.security.xacml.policy.PolicySet" } |
Returns |
void
|
Exceptions |
|
Updates policy set and status.
Operation Name | "modifyPolicySet" |
Parameters | Object [] { set, status }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Updates policy set and status.
Operation Name | "modifyPolicySet" |
Parameters | Object [] { set, status }
where:
|
Signature | String [] {
"com.bea.common.security.xacml.policy.PolicySet",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Updates policy set. This operation does not change the status of policy set. already present in the store.
Operation Name | "modifyPolicySet" |
Parameters | Object [] { set }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Sets status for policy set identified by identifier and version
Operation Name | "modifyPolicySetStatus" |
Parameters | Object [] { identifier, version, status }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Sets status for policy identified by identifier and version
Operation Name | "modifyPolicyStatus" |
Parameters | Object [] { identifier, version, status }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Reads policy with specified identifier and version
Operation Name | "readPolicy" |
Parameters | Object [] { identifier, version }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | Policy
|
Exceptions |
|
Reads policy with specified identifier and version
Operation Name | "readPolicyAsString" |
Parameters | Object [] { identifier, version }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | String
|
Exceptions |
|
Reads policy set with specified identifier and version
Operation Name | "readPolicySet" |
Parameters | Object [] { identifier, version }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | PolicySet
|
Exceptions |
|
Reads policy set with specified identifier and version
Operation Name | "readPolicySetAsString" |
Parameters | Object [] { identifier, version }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns | String
|
Exceptions |
|
Registers a new predicate with the specified class name.
Operation Name | "registerPredicate" |
Parameters | Object [] { predicateClassName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Removes a role from a resource.
Operation Name | "removeRole" |
Parameters | Object [] { resourceId, roleName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Indicates whether a role exists.
Operation Name | "roleExists" |
Parameters | Object [] { resourceId, roleName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
boolean
|
Set auxiliary role for a resource.
Operation Name | "setRoleAuxiliary" |
Parameters | Object [] { resourceId, roleName, auxiliary }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Sets the policy expression for a role.
Operation Name | "setRoleExpression" |
Parameters | Object [] { resourceId, roleName, expression }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Unregisters the currently registered predicate.
Operation Name | "unregisterPredicate" |
Parameters | Object [] { predicateClassName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Restore the given property to its default value.
Operation Name | "unSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Returns the display name of an MBean.
Deprecated 9.0.0.0
Operation Name | "wls_getDisplayName" |
Parameters | null |
Signature | null |
Returns | String
|