public interface QoSPolicy
| Modifier and Type | Method and Description |
|---|---|
boolean |
addInterceptor(QoSPolicyInterceptor interceptor)
Adds the interceptor.
|
boolean |
addSubject(QoSPolicySubject subject)
Adds the subject.
|
QoSPolicyInterceptionDirection |
getInterceptionDirection()
Gets the interception direction.
|
org.ws4d.java.structures.Iterator |
getInterceptors()
Gets the interceptors.
|
org.ws4d.java.structures.Iterator |
getSubjects()
Gets the subjects.
|
org.ws4d.java.structures.Iterator |
getSubjects(java.lang.Class<?> subjectClz)
Gets the subjects.
|
boolean |
isAbstractPolicy()
Checks if is abstract policy.
|
boolean |
isSubjectFor(java.lang.Class<?> subjectClz)
Checks if is subject for.
|
boolean |
isTokenRequired()
Checks if is token required.
|
org.ws4d.java.structures.Iterator getSubjects()
boolean isSubjectFor(java.lang.Class<?> subjectClz)
subjectClz - the subject clzorg.ws4d.java.structures.Iterator getInterceptors()
org.ws4d.java.structures.Iterator getSubjects(java.lang.Class<?> subjectClz)
subjectClz - the subject clzboolean isTokenRequired()
boolean isAbstractPolicy()
QoSPolicyInterceptionDirection getInterceptionDirection()
boolean addSubject(QoSPolicySubject subject)
subject - the subjectboolean addInterceptor(QoSPolicyInterceptor interceptor)
interceptor - the interceptor