|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSPolicy
An abstraction that represents a composite security policy. It could be a J2EE security policy, SCA security policy, transactions policies, etc. WSPolicy is serializable and extensible. WSPolicy is intentionally designed to be generic for maximum flexibility and to allow future extensions.
Method Summary | |
---|---|
void |
add(WSPolicy policy)
Adds the given policy to this WSPolicy instance. |
boolean |
isComplete()
Invokes isComplete() in all contained WSPolicy instances and returns true if all return true. |
void |
remove(WSPolicy policy)
Removes all instances of the given policy from this WSPolicy instance. |
Methods inherited from interface com.ibm.wsspi.security.policy.Extensible |
---|
getExtensionAdapter |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
void add(WSPolicy policy)
policy
- to be added to this WSPolicy instance.boolean isComplete()
isComplete()
in all contained WSPolicy instances and returns true if all return true.
If this WSPolicy contains no child WSPolicy's, it returns true.
isComplete()
in all contained WSPolicy instances returns true.void remove(WSPolicy policy)
policy
- to be removed from this WSPolicy instance.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |