public class LDAPUser extends Object implements ParseOutput
Modifier and Type | Class and Description |
---|---|
static class |
LDAPUser.Type |
Modifier and Type | Field and Description |
---|---|
static String |
ANONYMOUS_PASSWD |
static String |
ANONYMOUS_USER |
Constructor and Description |
---|
LDAPUser() |
Modifier and Type | Method and Description |
---|---|
protected String |
getAuthID()
Get the authentication ID of this user.
|
LDAPUser.Type |
getAuthType()
Get the type of authentication of this user.
|
protected String |
getPasswd()
Get the authentication password.
|
String |
getUserID() |
void |
process(XMLParser parser,
String name,
Vector elems,
Hashtable atts,
String Pcdata)
method called by the XML callback function
|
String |
toString() |
public static final String ANONYMOUS_USER
public static final String ANONYMOUS_PASSWD
public void process(XMLParser parser, String name, Vector elems, Hashtable atts, String Pcdata)
ParseOutput
method called by the XML callback function
process
in interface ParseOutput
name
- the name of this node.elems
- contains all the sub-nodes.atts
- contains the attributes value of this nodePcdata
- contains text value of this nodeParseOutput
protected String getAuthID()
protected String getPasswd()
public LDAPUser.Type getAuthType()
public String getUserID()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.