SignOn::AuthService::IdentityRegExp Class Reference

The class represents a regular expression. More...

#include <authservice.h>

List of all members.

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

Constructor creates an IdentityRegExp, as a specified by pattern.

Parameters:
patternThe regular expression as a string

Copy constructor, creates a copy of src.

Parameters:
srcThe IdentityRegExp to be copied

Member Function Documentation

Returns the validity of regular expression.

Returns:
Always false, validity check not implemented.

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: