|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationContextQuery
A AuthenticationContextQuery selects a set of instances of
class AuthenticationContext based on conditions to be met by
their attributes.
| Method Summary | |
|---|---|
SubjectQuery |
forAllSubject()
Adds a constraint for the feature subject to the
predicate. |
RealmQuery |
realm()
Adds a constraint for the feature realm to the predicate. |
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 constraint for the feature subject to the
predicate. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
RealmQuery realm()
realm to the predicate.
The predicate for AuthenticationContext evaluates
true if its value of feature realm satisfies
the selected condition.
OptionalFeaturePredicate subject()
AuthenticationContext testing whether the value of the
feature subject is null or not.
SubjectQuery thereExistsSubject()
subject to the
predicate. The predicate for AuthenticationContext
evaluates true if its value of feature
subject satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
SubjectQuery forAllSubject()
subject to the
predicate. The predicate for AuthenticationContext
evaluates true if its value of feature
subject satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||