The MBean that represents configuration information for the Weblogic XACML Authorization 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.XACMLAuthorizerMBean
|
Factory Methods | No factory methods. Instances of this MBean are created automatically. |
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 Authorization Provider.
Privileges | Read only |
Type | java.lang.String |
Default Value | WebLogic XACML Authorization 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 | XACMLAuthorizer |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Returns whether this Authorization provider stores policies that are created while deploying a Web application or EJB.
Privileges | Read/Write |
Type | boolean |
Default Value | true |
The name of the Java class used to load the Weblogic XACML Authorization Provider.
Privileges | Read only |
Type | java.lang.String |
Default Value | weblogic.security.providers.xacml.authorization.XACMLAuthorizationProviderImpl |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The security policies that you want exported from this Authorization 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 Authorization provider.
Privileges | Read only |
Type | class java.lang.String[] |
Default Value | XACML DefaultAtz |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The security policies that you want to be imported into this Authorization 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 Authorization provider from which the security policies were originally exported.
Privileges | Read only |
Type | class java.lang.String[] |
Default Value | XACML DefaultAtz |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The version of your Weblogic XACML Authorization 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. Policy is set to ACTIVE status.
Operation Name | "addPolicy" |
Parameters | Object [] { policy }
where:
|
Signature | String [] {
"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
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. 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 [] {
"com.bea.common.security.xacml.policy.PolicySet" } |
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 |
|
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.
Operation Name | "addPolicySet" |
Parameters | Object [] { set, status }
where:
|
Signature | String [] {
"com.bea.common.security.xacml.policy.PolicySet",
"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 a policy for accessing a resource.
Operation Name | "createPolicy" |
Parameters | Object [] { resourceId, expression }
where:
|
Signature | 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 }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | String
|
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 |
|
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 policy 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, expression }
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 |
|
Obtain a policy definition for a resource. A null is returned
when no policy is found. <p> The
Properties
PropertiesListerMBean.
Operation Name | "getPolicy" |
Parameters | Object [] { resourceId }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | Properties
|
Exceptions |
|
Returns the expression of an existing policy.
Operation Name | "getPolicyExpression" |
Parameters | Object [] { resourceId }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | String
|
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 |
Returns resource names of policies associated with resources of the given type.
Operation Name | "getResourceNames" |
Parameters | Object [] { resourceType }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
class |
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 |
|
Obtain an unsorted list of policy 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 | "listAllPolicies" |
Parameters | Object [] { maximumToReturn }
where:
|
Signature | String [] {
"java.lang.Integer" } |
Returns | String
|
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 |
|
List all URI strings that have policy defined for the specified application and context path.
Operation Name | "listAllURIs" |
Parameters | Object [] { application, contextPath }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
class |
Obtain a list of policy 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 | "listChildPolicies" |
Parameters | Object [] { resourceId, maximumToReturn }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Integer" } |
Returns | String
|
Exceptions |
|
Obtain an list of policy 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 | "listPoliciesByApplication" |
Parameters | Object [] { applicationName, maximumToReturn }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Integer" } |
Returns | String
|
Exceptions |
|
Obtain an list of policy 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 | "listPoliciesByComponent" |
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 policy 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 | "listPoliciesByResourceType" |
Parameters | Object [] { resourceType, maximumToReturn }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Integer" } |
Returns | String
|
Exceptions |
|
Obtain a list of policy 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.
Obtain a list of policy definitions for the actions that are repeating on a resource.
Operation Name | "listRepeatingActionsPolicies" |
Parameters | Object [] { resourceId, maximumToReturn }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Integer" } |
Returns | String
|
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 and status.
Operation Name | "modifyPolicy" |
Parameters | Object [] { policy, status }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
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. 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 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 [] {
"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. 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 |
|
Indicates whether a policy exists for a resource.
Operation Name | "policyExists" |
Parameters | Object [] { resourceId }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
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 policy.
Operation Name | "removePolicy" |
Parameters | Object [] { resourceId }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Sets a policy expression for a resource.
Operation Name | "setPolicyExpression" |
Parameters | Object [] { resourceId, expression }
where:
|
Signature | 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
|