XACMLAuthorizerMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

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.


Related MBeans

This section describes attributes that provide access to other MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.


     

    Realm

    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.


    Attributes

    This section describes the following attributes:


     

    Description

    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.

     

    Name of

       
    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.

     

    PolicyDeploymentEnabled

    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

     

    ProviderClassName

    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.

     

    SupportedExportConstraints

    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.

     

    SupportedExportFormats

    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.

     

    SupportedImportConstraints

    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.

     

    SupportedImportFormats

    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.

     

    Version

    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.


    Operations

    This section describes the following operations:


     

    addPolicy

    Adds policy. Policy is set to ACTIVE status.

    Operation Name "addPolicy"    
    Parameters Object [] {  policy }

    where:

    • policy is an object of type java.lang.String that specifies:

      Policy document

    Signature String [] { "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy is invalid or store cannot be updated

    • weblogic.management.utils.AlreadyExistsException
      AlreadyExistsException Thrown if matching policy id and version already present in store

     

    addPolicy

    Adds policy

    Operation Name "addPolicy"    
    Parameters Object [] {  policystatus }

    where:

    • policy is an object of type java.lang.String that specifies:

      Policy document

    • status is an object of type java.lang.String that specifies:

      Policy status

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy is invalid or store cannot be updated

    • weblogic.management.utils.AlreadyExistsException
      AlreadyExistsException Thrown if matching policy id and version already present in store

     

    addPolicy

    Adds policy

    Operation Name "addPolicy"    
    Parameters Object [] {  policystatus }

    where:

    • policy is an object of type com.bea.common.security.xacml.policy.Policy that specifies:

      Policy document

    • status is an object of type java.lang.String that specifies:

      Policy status

    Signature String [] { "com.bea.common.security.xacml.policy.Policy", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy is invalid or store cannot be updated

    • weblogic.management.utils.AlreadyExistsException
      AlreadyExistsException Thrown if matching policy id and version already present in store

     

    addPolicy

    Adds policy. Policy is set to ACTIVE status.

    Operation Name "addPolicy"    
    Parameters Object [] {  policy }

    where:

    • policy is an object of type com.bea.common.security.xacml.policy.Policy that specifies:

      Policy document

    Signature String [] { "com.bea.common.security.xacml.policy.Policy" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy is invalid or store cannot be updated

    • weblogic.management.utils.AlreadyExistsException
      AlreadyExistsException Thrown if matching policy id and version already present in store

     

    addPolicySet

    Adds policy set. Policy set is set to ACTIVE status.

    Operation Name "addPolicySet"    
    Parameters Object [] {  set }

    where:

    • set is an object of type com.bea.common.security.xacml.policy.PolicySet that specifies:

      Policy set document

    Signature String [] { "com.bea.common.security.xacml.policy.PolicySet" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy set is invalid or store cannot be updated

    • weblogic.management.utils.AlreadyExistsException
      AlreadyExistsException Thrown if matching policy set id and version already present in store

     

    addPolicySet

    Adds policy set.

    Operation Name "addPolicySet"    
    Parameters Object [] {  setstatus }

    where:

    • set is an object of type java.lang.String that specifies:

      Policy set document

    • status is an object of type java.lang.String that specifies:

      Policy status enumeration

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy set is invalid or store cannot be updated

    • weblogic.management.utils.AlreadyExistsException
      AlreadyExistsException Thrown if matching policy set id and version already present in store

     

    addPolicySet

    Adds policy set. Policy set is set to ACTIVE status.

    Operation Name "addPolicySet"    
    Parameters Object [] {  set }

    where:

    • set is an object of type java.lang.String that specifies:

      Policy set document

    Signature String [] { "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy set is invalid or store cannot be updated

    • weblogic.management.utils.AlreadyExistsException
      AlreadyExistsException Thrown if matching policy set id and version already present in store

     

    addPolicySet

    Adds policy set.

    Operation Name "addPolicySet"    
    Parameters Object [] {  setstatus }

    where:

    • set is an object of type com.bea.common.security.xacml.policy.PolicySet that specifies:

      Policy set document

    • status is an object of type java.lang.String that specifies:

      Policy status enumeration

    Signature String [] { "com.bea.common.security.xacml.policy.PolicySet", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy set is invalid or store cannot be updated

    • weblogic.management.utils.AlreadyExistsException
      AlreadyExistsException Thrown if matching policy set id and version already present in store

     

    advance

    Advances the list to the next element in the list.

    Operation Name "advance"    
    Parameters Object [] {  cursor }

    where:

    • cursor is an object of type java.lang.String that specifies:

      - The cursor returned from a previous list method.

    Signature String [] { "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.InvalidCursorException

     

    close

    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:

    • cursor is an object of type java.lang.String that specifies:

      - The cursor returned from a previous list method.

    Signature String [] { "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.InvalidCursorException

     

    createPolicy

    Creates a policy for accessing a resource.

    Operation Name "createPolicy"    
    Parameters Object [] {  resourceIdexpression }

    where:

    • resourceId is an object of type java.lang.String that specifies:

      - The ID of the resource. A null value will trigger NullPointerException.

      For information about creating resources, refer to the Javadoc for weblogic.security.spi.Resource.

    • expression is an object of type java.lang.String that specifies:

      - The expression that determines the type of access this policy allows to the resource. A null value prohibits any type of access.

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.AlreadyExistsException

    • weblogic.management.utils.CreateException

     

    deletePolicy

    Deletes policy with given identifier and version.

    Operation Name "deletePolicy"    
    Parameters Object [] {  identifierversion }

    where:

    • identifier is an object of type java.lang.String that specifies:

      Policy identifier

    • version is an object of type java.lang.String that specifies:

      Policy version

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy id and version not present in store

    • weblogic.management.utils.RemoveException
      RemoveException Thrown if store cannot be updated

     

    deletePolicySet

    Deletes policy set with given identifier and version.

    Operation Name "deletePolicySet"    
    Parameters Object [] {  identifierversion }

    where:

    • identifier is an object of type java.lang.String that specifies:

      Policy set identifier

    • version is an object of type java.lang.String that specifies:

      Policy set version

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy set id and version not present in store

    • weblogic.management.utils.RemoveException
      RemoveException Thrown if store cannot be updated

     

    evaluate

    No description provided.

    Operation Name "evaluate"    
    Parameters Object [] {  request }

    where:

    • request is an object of type java.lang.String that specifies:

      - the XACML Request document

    Signature String [] { "java.lang.String" }
    Returns String
    Exceptions

    • weblogic.management.utils.InvalidParameterException

     

    evaluate

    No description provided.

    Operation Name "evaluate"    
    Parameters Object [] {  requeststore }

    where:

    • request is an object of type java.lang.String that specifies:

      - the XACML Request document

    • store is an object of type java.lang.String that specifies:

      - Policy or PolicySet file or file-system directory name containing XACML policies and policy sets relevant to decision

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns String
    Exceptions

    • weblogic.management.utils.InvalidParameterException

     

    evaluate

    No description provided.

    Operation Name "evaluate"    
    Parameters Object [] {  requestFileresponseFilestore }

    where:

    • requestFile is an object of type java.lang.String that specifies:

      - the file name containing the XACML Request document

    • responseFile is an object of type java.lang.String that specifies:

      - the file name where the XACML Response document will be written

    • store is an object of type java.lang.String that specifies:

      - Policy or PolicySet file or file-system directory name containing XACML policies and policy sets relevant to decision

    Signature String [] { "java.lang.String", "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.InvalidParameterException

     

    exportData

    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 [] {  formatfilenameconstraints }

    where:

    • format is an object of type java.lang.String that specifies:

      - The format for exporting provider specific data.

    • filename is an object of type java.lang.String that specifies:

      - The full path to the filename used to write data.

    • constraints is an object of type java.util.Properties that specifies:

      - The constraints to be used when exporting data. A null value indicates that all data will be exported.

    Signature String [] { "java.lang.String", "java.lang.String", "java.util.Properties" }
    Returns void
    Exceptions

    • weblogic.management.utils.InvalidParameterException

    • weblogic.management.utils.ErrorCollectionException

     

    exportResource

    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 [] {  filenameexpression }

    where:

    • filename is an object of type java.lang.String that specifies:

      - The full path to the filename used to write data.

    • expression is an object of type java.lang.String that specifies:

      - The LDAP CN to be used when exporting data.

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.InvalidParameterException

    • weblogic.management.utils.ErrorCollectionException

     

    getCurrentProperties

    The properties of the current item in the list. Returns null if there is no current item.

    Operation Name "getCurrentProperties"    
    Parameters Object [] {  cursor }

    where:

    • cursor is an object of type java.lang.String that specifies:

      - The cursor returned from a previous list method.

    Signature String [] { "java.lang.String" }
    Returns Properties
    Exceptions

    • weblogic.management.utils.InvalidCursorException

     

    getPolicy

    Obtain a policy definition for a resource. A null is returned when no policy is found. <p> The PropertiesPropertiesListerMBean.

    Operation Name "getPolicy"    
    Parameters Object [] {  resourceId }

    where:

    • resourceId is an object of type java.lang.String that specifies:

      - a security resource identifier.

    Signature String [] { "java.lang.String" }
    Returns Properties
    Exceptions

    • weblogic.management.utils.InvalidParameterException

     

    getPolicyExpression

    Returns the expression of an existing policy.

    Operation Name "getPolicyExpression"    
    Parameters Object [] {  resourceId }

    where:

    • resourceId is an object of type java.lang.String that specifies:

      - The resource for which this method returns the policy expression. A null value will trigger NullPointerException.

    Signature String [] { "java.lang.String" }
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException

     

    getPolicySetStatus

    Returns status for policy set identified by identifier and version

    Operation Name "getPolicySetStatus"    
    Parameters Object [] {  identifierversion }

    where:

    • identifier is an object of type java.lang.String that specifies:

      Policy set identifier

    • version is an object of type java.lang.String that specifies:

      Policy set version

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundExeption Thrown if matching policy set id and version not present in store

     

    getPolicyStatus

    Returns status for policy identified by identifier and version

    Operation Name "getPolicyStatus"    
    Parameters Object [] {  identifierversion }

    where:

    • identifier is an object of type java.lang.String that specifies:

      Policy identifier

    • version is an object of type java.lang.String that specifies:

      Policy version

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundExeption Thrown if matching policy id and version not present in store

     

    getRegisteredPredicates

    Returns an array of class names of the registered predicates.

    Operation Name "getRegisteredPredicates"    
    Parameters Object [] {  nameFilter }

    where:

    • nameFilter is an object of type java.lang.String that specifies:

      A string filter which can contain the wildcard (*) character and the backslash (/) escape character.

    Signature String [] { "java.lang.String" }
    Returns class

     

    getResourceNames

    Returns resource names of policies associated with resources of the given type.

    Operation Name "getResourceNames"    
    Parameters Object [] {  resourceType }

    where:

    • resourceType is an object of type java.lang.String that specifies:

      - The resource type.

    Signature String [] { "java.lang.String" }
    Returns class

     

    haveCurrent

    Returns true if there are more objects in the list, and false otherwise.

    Operation Name "haveCurrent"    
    Parameters Object [] {  cursor }

    where:

    • cursor is an object of type java.lang.String that specifies:

      - The cursor returned from a previous list method.

    Signature String [] { "java.lang.String" }
    Returns boolean
    Exceptions

    • weblogic.management.utils.InvalidCursorException

     

    importData

    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 [] {  formatfilenameconstraints }

    where:

    • format is an object of type java.lang.String that specifies:

      - The format for importing provider specific data.

    • filename is an object of type java.lang.String that specifies:

      - The full path to the filename used to read data.

    • constraints is an object of type java.util.Properties that specifies:

      - The constraints to be used when importing data. A null value indicates that all data will be imported.

    Signature String [] { "java.lang.String", "java.lang.String", "java.util.Properties" }
    Returns void
    Exceptions

    • weblogic.management.utils.InvalidParameterException

    • weblogic.management.utils.ErrorCollectionException

     

    isRegisteredPredicate

    Whether or not the predicate with specified class name is registered.

    Operation Name "isRegisteredPredicate"    
    Parameters Object [] {  predicateClassName }

    where:

    • predicateClassName is an object of type java.lang.String that specifies:

      The name of the Java class that implements the predicate.

    Signature String [] { "java.lang.String" }
    Returns boolean

     

    isSet

    Returns true if the specified attribute has been set explicitly in this MBean instance.

    Operation Name "isSet"    
    Parameters Object [] {  propertyName }

    where:

    • propertyName is an object of type java.lang.String that specifies:

      property to check

    Signature String [] { "java.lang.String" }
    Returns boolean
    Exceptions

    • java.lang.IllegalArgumentException

     

    listAllPolicies

    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:

    • maximumToReturn is an object of type java.lang.Integer that specifies:

      - The maximum number of entires to return. Use 0 to return all policy definitions.

    Signature String [] { "java.lang.Integer" }
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException

     

    listAllPolicies

    Returns cursor listing all policies

    Operation Name "listAllPolicies"    
    Parameters null
    Signature null
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if no policies are found

     

    listAllPoliciesAsString

    Returns cursor listing all policies. Policies are returned as java.lang.String.

    Operation Name "listAllPoliciesAsString"    
    Parameters null
    Signature null
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if no policies are found

     

    listAllPolicySets

    Returns cursor listing all policy sets

    Operation Name "listAllPolicySets"    
    Parameters null
    Signature null
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if no policy sets are found

     

    listAllPolicySetsAsString

    Returns cursor listing all policy sets. Policy sets are returned as java.lang.String.

    Operation Name "listAllPolicySetsAsString"    
    Parameters null
    Signature null
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if no policy sets are found

     

    listAllURIs

    List all URI strings that have policy defined for the specified application and context path.

    Operation Name "listAllURIs"    
    Parameters Object [] {  applicationcontextPath }

    where:

    • application is an object of type java.lang.String that specifies:

      - The name of the deployed application.

    • contextPath is an object of type java.lang.String that specifies:

      - The context path for the application.

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns class

     

    listChildPolicies

    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 [] {  resourceIdmaximumToReturn }

    where:

    • resourceId is an object of type java.lang.String that specifies:

      - a security resource identifier.

    • maximumToReturn is an object of type java.lang.Integer that specifies:

      - The maximum number of entires to return. Use 0 to return all policy definitions.

    Signature String [] { "java.lang.String", "java.lang.Integer" }
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException

    • weblogic.management.utils.InvalidParameterException

     

    listPoliciesByApplication

    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 [] {  applicationNamemaximumToReturn }

    where:

    • applicationName is an object of type java.lang.String that specifies:

      - The name of the application.

    • maximumToReturn is an object of type java.lang.Integer that specifies:

      - The maximum number of entires to return. Use 0 to return all policy definitions.

    Signature String [] { "java.lang.String", "java.lang.Integer" }
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException

    • weblogic.management.utils.InvalidParameterException

     

    listPoliciesByComponent

    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 [] {  componentNamecomponentTypeapplicationNamemaximumToReturn }

    where:

    • componentName is an object of type java.lang.String that specifies:

      - The name of the component.

    • componentType is an object of type java.lang.String that specifies:

      - The component type.

    • applicationName is an object of type java.lang.String that specifies:

      - The name of the application.

    • maximumToReturn is an object of type java.lang.Integer that specifies:

      - The maximum number of entires to return. Use 0 to return all policy definitions.

    Signature String [] { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.Integer" }
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException

    • weblogic.management.utils.InvalidParameterException

     

    listPoliciesByResourceType

    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 [] {  resourceTypemaximumToReturn }

    where:

    • resourceType is an object of type java.lang.String that specifies:

      - The name of the resource type specified by a weblogic.security.spi.Resource object.

    • maximumToReturn is an object of type java.lang.Integer that specifies:

      - The maximum number of entires to return. Use 0 to return all policy definitions.

    Signature String [] { "java.lang.String", "java.lang.Integer" }
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException

    • weblogic.management.utils.InvalidParameterException

     

    listRepeatingActionsPolicies

    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 [] {  resourceIdmaximumToReturn }

    where:

    • resourceId is an object of type java.lang.String that specifies:

      - a security resource identifier.

    • maximumToReturn is an object of type java.lang.Integer that specifies:

      - The maximum number of entires to return. Use 0 to return all policy definitions.

    Signature String [] { "java.lang.String", "java.lang.Integer" }
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException

    • weblogic.management.utils.InvalidParameterException

     

    modifyPolicy

    Updates policy. This operation does not change the status of policy. already present in the store.

    Operation Name "modifyPolicy"    
    Parameters Object [] {  policy }

    where:

    • policy is an object of type java.lang.String that specifies:

      Policy document

    Signature String [] { "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy is invalid or store cannot be updated

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy id and version not present in store

     

    modifyPolicy

    Updates policy and status.

    Operation Name "modifyPolicy"    
    Parameters Object [] {  policystatus }

    where:

    • policy is an object of type java.lang.String that specifies:

      Policy document

    • status is an object of type java.lang.String that specifies:

      Policy status enumeration

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy is invalid or store cannot be updated

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy id and version not present in store

     

    modifyPolicy

    Updates policy and status.

    Operation Name "modifyPolicy"    
    Parameters Object [] {  policystatus }

    where:

    • policy is an object of type com.bea.common.security.xacml.policy.Policy that specifies:

      Policy document

    • status is an object of type java.lang.String that specifies:

      Policy status enumeration

    Signature String [] { "com.bea.common.security.xacml.policy.Policy", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy is invalid or store cannot be updated

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy id and version not present in store

     

    modifyPolicy

    Updates policy. This operation does not change the status of policy. already present in the store.

    Operation Name "modifyPolicy"    
    Parameters Object [] {  policy }

    where:

    • policy is an object of type com.bea.common.security.xacml.policy.Policy that specifies:

      Policy document

    Signature String [] { "com.bea.common.security.xacml.policy.Policy" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy is invalid or store cannot be updated

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy id and version not present in store

     

    modifyPolicySet

    Updates policy set and status.

    Operation Name "modifyPolicySet"    
    Parameters Object [] {  setstatus }

    where:

    • set is an object of type com.bea.common.security.xacml.policy.PolicySet that specifies:

      Policy set document

    • status is an object of type java.lang.String that specifies:

      Policy status enumeration

    Signature String [] { "com.bea.common.security.xacml.policy.PolicySet", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy set is invalid or store cannot be updated

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy set id and version not present in store

     

    modifyPolicySet

    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:

    • set is an object of type com.bea.common.security.xacml.policy.PolicySet that specifies:

      Policy set document

    Signature String [] { "com.bea.common.security.xacml.policy.PolicySet" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy set is invalid or store cannot be updated

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy set id and version not present in store

     

    modifyPolicySet

    Updates policy set and status.

    Operation Name "modifyPolicySet"    
    Parameters Object [] {  setstatus }

    where:

    • set is an object of type java.lang.String that specifies:

      Policy set document

    • status is an object of type java.lang.String that specifies:

      Policy status enumeration

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy set is invalid or store cannot be updated

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy set id and version not present in store

     

    modifyPolicySet

    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:

    • set is an object of type java.lang.String that specifies:

      Policy set document

    Signature String [] { "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if policy set is invalid or store cannot be updated

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy set id and version not present in store

     

    modifyPolicySetStatus

    Sets status for policy set identified by identifier and version

    Operation Name "modifyPolicySetStatus"    
    Parameters Object [] {  identifierversionstatus }

    where:

    • identifier is an object of type java.lang.String that specifies:

      Policy set identifier

    • version is an object of type java.lang.String that specifies:

      Policy set version

    • status is an object of type java.lang.String that specifies:

      Policy status enumeration

    Signature String [] { "java.lang.String", "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if store cannot be updated

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy set id and version not present in store

     

    modifyPolicyStatus

    Sets status for policy identified by identifier and version

    Operation Name "modifyPolicyStatus"    
    Parameters Object [] {  identifierversionstatus }

    where:

    • identifier is an object of type java.lang.String that specifies:

      Policy identifier

    • version is an object of type java.lang.String that specifies:

      Policy version

    • status is an object of type java.lang.String that specifies:

      Policy status enumeration

    Signature String [] { "java.lang.String", "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.CreateException
      CreateException Thrown if store cannot be updated

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy id and version not present in store

     

    policyExists

    Indicates whether a policy exists for a resource.

    Operation Name "policyExists"    
    Parameters Object [] {  resourceId }

    where:

    • resourceId is an object of type java.lang.String that specifies:

      - The resource within which this method searches for a policy. A null value will trigger NullPointerException.

    Signature String [] { "java.lang.String" }
    Returns boolean

     

    readPolicy

    Reads policy with specified identifier and version

    Operation Name "readPolicy"    
    Parameters Object [] {  identifierversion }

    where:

    • identifier is an object of type java.lang.String that specifies:

      Policy identifier

    • version is an object of type java.lang.String that specifies:

      Policy version

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns Policy
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy is not found

     

    readPolicyAsString

    Reads policy with specified identifier and version

    Operation Name "readPolicyAsString"    
    Parameters Object [] {  identifierversion }

    where:

    • identifier is an object of type java.lang.String that specifies:

      Policy identifier

    • version is an object of type java.lang.String that specifies:

      Policy version

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy is not found

     

    readPolicySet

    Reads policy set with specified identifier and version

    Operation Name "readPolicySet"    
    Parameters Object [] {  identifierversion }

    where:

    • identifier is an object of type java.lang.String that specifies:

      Policy set identifier

    • version is an object of type java.lang.String that specifies:

      Policy set version

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns PolicySet
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy set is not found

     

    readPolicySetAsString

    Reads policy set with specified identifier and version

    Operation Name "readPolicySetAsString"    
    Parameters Object [] {  identifierversion }

    where:

    • identifier is an object of type java.lang.String that specifies:

      Policy set identifier

    • version is an object of type java.lang.String that specifies:

      Policy set version

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns String
    Exceptions

    • weblogic.management.utils.NotFoundException
      NotFoundException Thrown if matching policy set is not found

     

    registerPredicate

    Registers a new predicate with the specified class name.

    Operation Name "registerPredicate"    
    Parameters Object [] {  predicateClassName }

    where:

    • predicateClassName is an object of type java.lang.String that specifies:

      The name of the Java class that implements the predicate.

    Signature String [] { "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.InvalidPredicateException

    • weblogic.management.utils.AlreadyExistsException

     

    removePolicy

    Removes a policy.

    Operation Name "removePolicy"    
    Parameters Object [] {  resourceId }

    where:

    • resourceId is an object of type java.lang.String that specifies:

      - The resource for which this method removes a policy. A null value may trigger NullPointerException.

    Signature String [] { "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.NotFoundException

    • weblogic.management.utils.RemoveException

     

    setPolicyExpression

    Sets a policy expression for a resource.

    Operation Name "setPolicyExpression"    
    Parameters Object [] {  resourceIdexpression }

    where:

    • resourceId is an object of type java.lang.String that specifies:

      - The resource for which this method sets the policy expression. A null value will trigger NullPointerException.

    • expression is an object of type java.lang.String that specifies:

      - The expression that determines the type of access this policy allows to the resource. A null value prohibits any type of access.

    Signature String [] { "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.NotFoundException

    • weblogic.management.utils.CreateException

     

    unregisterPredicate

    Unregisters the currently registered predicate.

    Operation Name "unregisterPredicate"    
    Parameters Object [] {  predicateClassName }

    where:

    • predicateClassName is an object of type java.lang.String that specifies:

      The name of the Java class that implements predicate to be unregistered.

    Signature String [] { "java.lang.String" }
    Returns void
    Exceptions

    • weblogic.management.utils.NotFoundException

     

    unSet

    Restore the given property to its default value.

    Operation Name "unSet"    
    Parameters Object [] {  propertyName }

    where:

    • propertyName is an object of type java.lang.String that specifies:

      property to restore

    Signature String [] { "java.lang.String" }
    Returns void
    Exceptions

    • java.lang.IllegalArgumentException
      UnsupportedOperationException if called on a runtime implementation.

     

    wls_getDisplayName

    Operation Name "wls_getDisplayName"    
    Parameters null
    Signature null
    Returns String