org.openmdx.security.realm1.cci2.CredentialValidateParamsQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:02 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.cci2;
/**
*/
public interface CredentialValidateParamsQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for CredentialValidateParams
testing whether the value of the feature context
is null
or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate context(
);
/**
* Adds a condition for the feature context
to the predicate for CredentialValidateParams
, which evaluates to false
unless the value of the feature context
satisfies the given condition.
* Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.openmdx.security.realm1.cci2.AuthenticationContextQuery thereExistsContext(
);
/**
* Adds a condition for the feature context
to the predicate for CredentialValidateParams
, which evaluates to false
unless the value of the feature context
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.openmdx.security.realm1.cci2.AuthenticationContextQuery forAllContext(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for CredentialValidateParams
testing whether the value of the feature state
is null
or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate state(
);
/**
* Adds a condition for the feature state
to the predicate for CredentialValidateParams
, which evaluates to false
unless the value of the feature state
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.w3c.cci2.AnyTypePredicate thereExistsState(
);
/**
* Adds a condition for the feature state
to the predicate for CredentialValidateParams
, which evaluates to false
unless the value of the feature state
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.w3c.cci2.AnyTypePredicate forAllState(
);
/**
* Allows to adds a sort instruction for CredentialValidateParams
depending the feature state
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByState(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for CredentialValidateParams
testing whether the value of the feature value
is null
or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate value(
);
/**
* Adds a condition for the feature value
to the predicate for CredentialValidateParams
, which evaluates to false
unless the value of the feature value
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.w3c.cci2.AnyTypePredicate thereExistsValue(
);
/**
* Adds a condition for the feature value
to the predicate for CredentialValidateParams
, which evaluates to false
unless the value of the feature value
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.w3c.cci2.AnyTypePredicate forAllValue(
);
/**
* Allows to adds a sort instruction for CredentialValidateParams
depending the feature value
* Note: The order in which orderBy…
instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByValue(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}