My Project
SignOn::AuthService::IdentityRegExp Class Reference

The class represents a regular expression. More...

#include <authservice.h>

Public Member Functions

 IdentityRegExp (const QString &pattern)
 Constructor creates an IdentityRegExp, as a specified by pattern.
 
 IdentityRegExp (const IdentityRegExp &src)
 Copy constructor, creates a copy of src.
 
bool isValid () const
 Returns the validity of regular expression.
 
QString pattern () const
 Returns the pattern of regular expression as string.
 

Detailed Description

The class represents a regular expression.

It is used for filtering identity querying.

See also
queryIdentities()
Note
This is for internal use only.

Definition at line 92 of file authservice.h.

Constructor & Destructor Documentation

◆ IdentityRegExp() [1/2]

SignOn::AuthService::IdentityRegExp::IdentityRegExp ( const QString &  pattern)

Constructor creates an IdentityRegExp, as a specified by pattern.

Parameters
patternThe regular expression as a string

◆ IdentityRegExp() [2/2]

SignOn::AuthService::IdentityRegExp::IdentityRegExp ( const IdentityRegExp src)

Copy constructor, creates a copy of src.

Parameters
srcThe IdentityRegExp to be copied

Member Function Documentation

◆ isValid()

bool SignOn::AuthService::IdentityRegExp::isValid ( ) const

Returns the validity of regular expression.

Returns
Always false, validity check not implemented.

◆ pattern()

QString SignOn::AuthService::IdentityRegExp::pattern ( ) const

Returns the pattern of regular expression as string.

Returns
The pattern of this regular expression as string.

The documentation for this class was generated from the following file: