|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationContextQuery
| Method Summary | |
|---|---|
SubjectQuery |
forAllSubject()
Adds a condition for the feature subject to the predicate
for AuthenticationContext, which evaluates to
false unless the value of the feature subject
satisfies the given condition. |
RealmQuery |
realm()
|
OptionalFeaturePredicate |
subject()
Adds a constraint to the predicate for AuthenticationContext testing whether the value of the
feature subject is null or not. |
SubjectQuery |
thereExistsSubject()
Adds a condition for the feature subject to the predicate
for AuthenticationContext, which evaluates to
false unless the value of the feature subject
satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
RealmQuery realm()
OptionalFeaturePredicate subject()
AuthenticationContext testing whether the value of the
feature subject is null or not.
SubjectQuery thereExistsSubject()
subject to the predicate
for AuthenticationContext, which evaluates to
false unless the value of the feature subject
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
SubjectQuery forAllSubject()
subject to the predicate
for AuthenticationContext, which evaluates to
false unless the value of the feature subject
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||