|
SiteMinder Java SDK r12.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnetegrity.siteminder.javaagent.UserCredentials
public class UserCredentials
Contains the user credential information needed by the Agent API.
AgentAPI| Field Summary | |
|---|---|
byte[] |
certBinary
Certificate data in binary form. |
java.lang.String |
certIssuerDN
This field should be set to null. |
java.lang.String |
certUserDN
This field should be set to null. |
java.lang.String |
name
The name of the user bein authenticated. |
java.lang.String |
password
The user's password. |
int |
reason
The original reason code from a previous authentication that has failed or been challenged. |
| Constructor Summary | |
|---|---|
UserCredentials()
Create an empty UserCredentials object. |
|
UserCredentials(java.lang.String p_name,
java.lang.String p_password)
Creates a UserCredentials object already filled in in the common way. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int reason
public java.lang.String name
public java.lang.String password
public java.lang.String certUserDN
This field should be set to null. Specify the complete certificate data,
including the user DN, in certBinary.
public java.lang.String certIssuerDN
This field should be set to null. Specify the complete certificate data,
including the issuer DN, in certBinary.
certUserDN is null, certIssuerDN is ignored.
public byte[] certBinary
| Constructor Detail |
|---|
public UserCredentials(java.lang.String p_name,
java.lang.String p_password)
UserCredentials object already filled in in the common way.
p_name - The name of the user.p_password - The user's password.public UserCredentials()
UserCredentials object.
|
Java SDK r12.5 Thu 09/08/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||