Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Class
weblogic.wsee.policy.framework.NormalizedExpression

Packages that use NormalizedExpression
weblogic.wsee.policy.framework Provides classes for weblogic.wsee.policy.framework
weblogic.wsee.security.policy Provides classes for weblogic.wsee.security.policy
 

Uses of NormalizedExpression in weblogic.wsee.policy.framework
 

Methods in weblogic.wsee.policy.framework that return NormalizedExpression
static NormalizedExpression NormalizedExpression.createEmptyExpression()
          Deprecated. Return an empty NormalizedExpression that contains no policy alternatives.
static NormalizedExpression NormalizedExpression.createFromPolicyAlternatives(Set policyAlts)
          Deprecated. Create a NormalizedExpression from a set of policy alternatives.
static NormalizedExpression NormalizedExpression.createUnitializedExpression()
          Deprecated. Return a NormalizedExpression with no policy associated with it.
 NormalizedExpression PolicyExpression.normalize()
          Deprecated. Return the normalized version of the statement
 

Uses of NormalizedExpression in weblogic.wsee.security.policy
 

Methods in weblogic.wsee.security.policy that return NormalizedExpression
 NormalizedExpression SecurityToken.getBootstrapPolicy()
          Deprecated.  
 

Methods in weblogic.wsee.security.policy with parameters of type NormalizedExpression
 void SecurityToken.setBootstrapPolicy(NormalizedExpression bootstrapPolicy)
          Deprecated.  
 


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