SiteMinder
Java SDK r12.0 SP2


netegrity.siteminder.javaagent
Class UserCredentials

java.lang.Object
  |
  +--netegrity.siteminder.javaagent.UserCredentials

public class UserCredentials
extends java.lang.Object

Contains the user credential information needed by the Agent API.

Since:
SiteMinder 4.0
See Also:
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reason

public int reason
The original reason code from a previous authentication that has failed or been challenged.


name

public java.lang.String name
The name of the user bein authenticated.


password

public java.lang.String password
The user's password.


certUserDN

public java.lang.String certUserDN

This field should be set to null. Specify the complete certificate data, including the user DN, in certBinary.

Existing agent applications that specify a user DN in this field are not required to change the value to null. A user DN value is supported for backward compatibility.


certIssuerDN

public java.lang.String certIssuerDN

This field should be set to null. Specify the complete certificate data, including the issuer DN, in certBinary.

Existing agent applications that specify an issuer DN in this field are not required to change the value to null. An issuer DN value is supported for backward compatibility.

If certUserDN is null, certIssuerDN is ignored.


certBinary

public byte[] certBinary
Certificate data in binary form.

Constructor Detail

UserCredentials

public UserCredentials(java.lang.String p_name,
                       java.lang.String p_password)
Creates a UserCredentials object already filled in in the common way.

Parameters:
p_name - The name of the user.
p_password - The user's password.

UserCredentials

public UserCredentials()
Create an empty UserCredentials object.


SiteMinder
Java SDK r12.0 SP2

Fri 11/06/2009

http://ca.com
Copyright (c) 2009 CA.