|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefFilter_1
org.openmdx.base.accessor.jmi.spi.RefPredicate_1
org.openmdx.security.realm1.cci.CredentialValidateParamsFilterImpl
public class CredentialValidateParamsFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage)
|
|
CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
context()
Adds a constraint to the predicate for CredentialValidateParams testing whether the value of the
feature context is null or not. |
AuthenticationContextQuery |
forAllContext()
Adds a constraint for the feature context to the
predicate. |
void |
forAllContext(short operator,
AuthenticationContext[] filterValues)
|
void |
forAllContext(short operator,
Collection values)
|
org.w3c.cci2.AnyTypePredicate |
forAllState()
Adds a constraint for the feature state to the predicate. |
void |
forAllState(short operator,
byte[][] filterValues)
|
void |
forAllState(short operator,
Collection values)
|
org.w3c.cci2.AnyTypePredicate |
forAllValue()
Adds a constraint for the feature value to the predicate. |
void |
forAllValue(short operator,
byte[][] filterValues)
|
void |
forAllValue(short operator,
Collection values)
|
void |
orderByContext(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.SimpleTypeOrder |
orderByState()
Allows to adds a sort instruction for CredentialValidateParams depending the feature
state
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByState(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.SimpleTypeOrder |
orderByValue()
Allows to adds a sort instruction for CredentialValidateParams depending the feature
value
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByValue(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.OptionalFeaturePredicate |
state()
Adds a constraint to the predicate for CredentialValidateParams testing whether the value of the
feature state is null or not. |
AuthenticationContextQuery |
thereExistsContext()
Adds a constraint for the feature context to the
predicate. |
void |
thereExistsContext(short operator,
AuthenticationContext[] filterValues)
|
void |
thereExistsContext(short operator,
Collection values)
|
org.w3c.cci2.AnyTypePredicate |
thereExistsState()
Adds a constraint for the feature state to the predicate. |
void |
thereExistsState(short operator,
byte[][] filterValues)
|
void |
thereExistsState(short operator,
Collection values)
|
org.w3c.cci2.AnyTypePredicate |
thereExistsValue()
Adds a constraint for the feature value to the predicate. |
void |
thereExistsValue(short operator,
byte[][] filterValues)
|
void |
thereExistsValue(short operator,
Collection values)
|
org.w3c.cci2.OptionalFeaturePredicate |
value()
Adds a constraint to the predicate for CredentialValidateParams testing whether the value of the
feature value is null or not. |
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo, refAddValue |
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1 |
|---|
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Constructor Detail |
|---|
public CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage)
public CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllContext(short operator,
Collection values)
forAllContext in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContext(short operator,
Collection values)
thereExistsContext in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllContext(short operator,
AuthenticationContext[] filterValues)
forAllContext in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContext(short operator,
AuthenticationContext[] filterValues)
thereExistsContext in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByContext(short order)
CredentialValidateParamsFilter
orderByContext in interface CredentialValidateParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate context()
CredentialValidateParamsQueryCredentialValidateParams testing whether the value of the
feature context is null or not.
context in interface CredentialValidateParamsQuerypublic AuthenticationContextQuery thereExistsContext()
CredentialValidateParamsQuerycontext to the
predicate. The predicate for CredentialValidateParams
evaluates true if its value of feature
context 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!
thereExistsContext in interface CredentialValidateParamsQuerypublic AuthenticationContextQuery forAllContext()
CredentialValidateParamsQuerycontext to the
predicate. The predicate for CredentialValidateParams
evaluates true if its value of feature
context 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!
forAllContext in interface CredentialValidateParamsQuery
public void forAllState(short operator,
Collection values)
forAllState in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsState(short operator,
Collection values)
thereExistsState in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllState(short operator,
byte[][] filterValues)
forAllState in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsState(short operator,
byte[][] filterValues)
thereExistsState in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByState(short order)
CredentialValidateParamsFilter
orderByState in interface CredentialValidateParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate state()
CredentialValidateParamsQueryCredentialValidateParams testing whether the value of the
feature state is null or not.
state in interface CredentialValidateParamsQuerypublic org.w3c.cci2.AnyTypePredicate thereExistsState()
CredentialValidateParamsQuerystate to the predicate.
The predicate for CredentialValidateParams evaluates
true if its value of feature state 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!
thereExistsState in interface CredentialValidateParamsQuerypublic org.w3c.cci2.AnyTypePredicate forAllState()
CredentialValidateParamsQuerystate to the predicate.
The predicate for CredentialValidateParams evaluates
true if its value of feature state 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!
forAllState in interface CredentialValidateParamsQuerypublic org.w3c.cci2.SimpleTypeOrder orderByState()
CredentialValidateParamsQueryCredentialValidateParams depending the feature
state
Note: The order in which orderBy…
instructions are given is relevant!
orderByState in interface CredentialValidateParamsQuery
public void forAllValue(short operator,
Collection values)
forAllValue in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsValue(short operator,
Collection values)
thereExistsValue in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllValue(short operator,
byte[][] filterValues)
forAllValue in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsValue(short operator,
byte[][] filterValues)
thereExistsValue in interface CredentialValidateParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByValue(short order)
CredentialValidateParamsFilter
orderByValue in interface CredentialValidateParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate value()
CredentialValidateParamsQueryCredentialValidateParams testing whether the value of the
feature value is null or not.
value in interface CredentialValidateParamsQuerypublic org.w3c.cci2.AnyTypePredicate thereExistsValue()
CredentialValidateParamsQueryvalue to the predicate.
The predicate for CredentialValidateParams evaluates
true if its value of feature value 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!
thereExistsValue in interface CredentialValidateParamsQuerypublic org.w3c.cci2.AnyTypePredicate forAllValue()
CredentialValidateParamsQueryvalue to the predicate.
The predicate for CredentialValidateParams evaluates
true if its value of feature value 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!
forAllValue in interface CredentialValidateParamsQuerypublic org.w3c.cci2.SimpleTypeOrder orderByValue()
CredentialValidateParamsQueryCredentialValidateParams depending the feature
value
Note: The order in which orderBy…
instructions are given is relevant!
orderByValue in interface CredentialValidateParamsQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||