org.ejbca.core.protocol.ws.client.gen
Class UserMatch
java.lang.Object
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 $
|
Constructor Summary |
UserMatch()
Default Web Service Constructor |
UserMatch(int matchwith,
int matchtype,
java.lang.String matchvalue)
Constuctor to use to create a UserMatch. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.
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.