Package com.sun.xml.wss.impl.policy
Class PolicyAlternatives
- java.lang.Object
-
- com.sun.xml.wss.impl.policy.PolicyAlternatives
-
- All Implemented Interfaces:
SecurityPolicy
public class PolicyAlternatives extends Object implements SecurityPolicy
- Author:
- vbkumarjayanti
-
-
Constructor Summary
Constructors Constructor Description PolicyAlternatives(List<MessagePolicy> policies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MessagePolicy>
getSecurityPolicy()
String
getType()
Get the type of the policy.boolean
isEmpty()
-
-
-
Constructor Detail
-
PolicyAlternatives
public PolicyAlternatives(List<MessagePolicy> policies)
-
-
Method Detail
-
getType
public String getType()
Description copied from interface:SecurityPolicy
Get the type of the policy.Implementation Note: Useful to avoid instanceof checks and String.equals checks
- Specified by:
getType
in interfaceSecurityPolicy
- Returns:
- the type of the policy
-
getSecurityPolicy
public final List<MessagePolicy> getSecurityPolicy()
-
isEmpty
public boolean isEmpty()
- Returns:
- true if empty
-
-