org.ejbca.core.protocol.ws.client.gen
Class UserMatch

java.lang.Object
  extended by org.ejbca.core.protocol.ws.client.gen.UserMatch

public class UserMatch
extends java.lang.Object

Holder of user match/search data.

Version:
$Id: UserMatch.java 8282 2009-11-09 14:57:21Z jeklund $

Field Summary
static int MATCH_TYPE_BEGINSWITH
           
static int MATCH_TYPE_CONTAINS
           
static int MATCH_TYPE_EQUALS
           
static int MATCH_WITH_CA
           
static int MATCH_WITH_CERTIFICATEPROFILE
           
static int MATCH_WITH_COMMONNAME
           
static int MATCH_WITH_COUNTRY
           
static int MATCH_WITH_DN
           
static int MATCH_WITH_DNSERIALNUMBER
           
static int MATCH_WITH_DOMAINCOMPONENT
           
static int MATCH_WITH_EMAIL
           
static int MATCH_WITH_ENDENTITYPROFILE
           
static int MATCH_WITH_GIVENNAME
           
static int MATCH_WITH_INITIALS
           
static int MATCH_WITH_LOCALE
           
static int MATCH_WITH_ORGANIZATION
           
static int MATCH_WITH_ORGANIZATIONUNIT
           
static int MATCH_WITH_STATE
           
static int MATCH_WITH_STATUS
           
static int MATCH_WITH_SURNAME
           
static int MATCH_WITH_TITLE
           
static int MATCH_WITH_TOKEN
           
static int MATCH_WITH_UID
           
static int MATCH_WITH_USERNAME
           
 
Constructor Summary
UserMatch()
          Default Web Service Constructor
UserMatch(int matchwith, int matchtype, java.lang.String matchvalue)
          Constuctor to use to create a UserMatch.
 
Method Summary
 int getMatchtype()
           
 java.lang.String getMatchvalue()
           
 int getMatchwith()
           
 void setMatchtype(int matchtype)
           
 void setMatchvalue(java.lang.String matchvalue)
           
 void setMatchwith(int matchwith)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MATCH_TYPE_BEGINSWITH

public static final int MATCH_TYPE_BEGINSWITH
See Also:
Constant Field Values

MATCH_TYPE_CONTAINS

public static final int MATCH_TYPE_CONTAINS
See Also:
Constant Field Values

MATCH_TYPE_EQUALS

public static final int MATCH_TYPE_EQUALS
See Also:
Constant Field Values

MATCH_WITH_CA

public static final int MATCH_WITH_CA
See Also:
Constant Field Values

MATCH_WITH_CERTIFICATEPROFILE

public static final int MATCH_WITH_CERTIFICATEPROFILE
See Also:
Constant Field Values

MATCH_WITH_COMMONNAME

public static final int MATCH_WITH_COMMONNAME
See Also:
Constant Field Values

MATCH_WITH_COUNTRY

public static final int MATCH_WITH_COUNTRY
See Also:
Constant Field Values

MATCH_WITH_DN

public static final int MATCH_WITH_DN
See Also:
Constant Field Values

MATCH_WITH_DNSERIALNUMBER

public static final int MATCH_WITH_DNSERIALNUMBER
See Also:
Constant Field Values

MATCH_WITH_DOMAINCOMPONENT

public static final int MATCH_WITH_DOMAINCOMPONENT
See Also:
Constant Field Values

MATCH_WITH_EMAIL

public static final int MATCH_WITH_EMAIL
See Also:
Constant Field Values

MATCH_WITH_ENDENTITYPROFILE

public static final int MATCH_WITH_ENDENTITYPROFILE
See Also:
Constant Field Values

MATCH_WITH_GIVENNAME

public static final int MATCH_WITH_GIVENNAME
See Also:
Constant Field Values

MATCH_WITH_INITIALS

public static final int MATCH_WITH_INITIALS
See Also:
Constant Field Values

MATCH_WITH_LOCALE

public static final int MATCH_WITH_LOCALE
See Also:
Constant Field Values

MATCH_WITH_ORGANIZATION

public static final int MATCH_WITH_ORGANIZATION
See Also:
Constant Field Values

MATCH_WITH_ORGANIZATIONUNIT

public static final int MATCH_WITH_ORGANIZATIONUNIT
See Also:
Constant Field Values

MATCH_WITH_STATE

public static final int MATCH_WITH_STATE
See Also:
Constant Field Values

MATCH_WITH_STATUS

public static final int MATCH_WITH_STATUS
See Also:
Constant Field Values

MATCH_WITH_SURNAME

public static final int MATCH_WITH_SURNAME
See Also:
Constant Field Values

MATCH_WITH_TITLE

public static final int MATCH_WITH_TITLE
See Also:
Constant Field Values

MATCH_WITH_TOKEN

public static final int MATCH_WITH_TOKEN
See Also:
Constant Field Values

MATCH_WITH_UID

public static final int MATCH_WITH_UID
See Also:
Constant Field Values

MATCH_WITH_USERNAME

public static final int MATCH_WITH_USERNAME
See Also:
Constant Field Values
Constructor Detail

UserMatch

public UserMatch()
Default Web Service Constructor


UserMatch

public UserMatch(int matchwith,
                 int matchtype,
                 java.lang.String matchvalue)
Constuctor to use to create a UserMatch.

Parameters:
matchwith - one of MATCH_WITH_ constants.
matchtype - one of MATCH_TYPE_ constants.
matchvalue - a string to search for.
Method Detail

getMatchtype

public int getMatchtype()
Returns:
Returns the matchtype, one of MATCH_TYPE_ constants.

getMatchvalue

public java.lang.String getMatchvalue()
Returns:
Returns the matchvalue.

getMatchwith

public int getMatchwith()
Returns:
Returns the matchwith, one of MATCH_WITH_ constants.

setMatchtype

public void setMatchtype(int matchtype)
Parameters:
matchtype - The matchtype to set, one of MATCH_TYPE_ constants.

setMatchvalue

public void setMatchvalue(java.lang.String matchvalue)
Parameters:
matchvalue - The matchvalue to set.

setMatchwith

public void setMatchwith(int matchwith)
Parameters:
matchwith - The matchwith to set, one of MATCH_WITH_ constants.


2010 PrimeKey Solutions AB.