public class PolicyAlternatives extends Object implements SecurityPolicy
| Constructor and Description |
|---|
PolicyAlternatives(List<MessagePolicy> policies) |
| Modifier and Type | Method and Description |
|---|---|
List<MessagePolicy> |
getSecurityPolicy() |
String |
getType()
Get the type of the policy.
|
boolean |
isEmpty() |
public PolicyAlternatives(List<MessagePolicy> policies)
public String getType()
SecurityPolicyImplementation Note: Useful to avoid instanceof checks and String.equals checks
getType in interface SecurityPolicypublic final List<MessagePolicy> getSecurityPolicy()
public boolean isEmpty()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.