|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.policyserver.smapi.UserCredentialsContext
public class UserCredentialsContext
Contains credentials information and other information from the user directory where user context was established.
This object is contained in theSmAuthenticationContext object that SiteMinder
passes to authenticate().
get...
method returns null.
| Method Summary | |
|---|---|
byte[] |
getCertAsBinary()
Retrieves the user’s binary x.509 Certificate. |
java.lang.String |
getCertIssuerDN()
This method is not currently implemented. |
java.lang.String |
getCertUserDN()
This method is not currently implemented. |
byte[] |
getChapChallenge()
Retrieves the CHAP challenge. |
byte[] |
getChapPassword()
Retrieves the CHAP password. |
java.lang.String |
getDirNameSpace()
Retrieves the directory namespace of the SiteMinder user directory where the user’s context was established. |
java.lang.String |
getDirPath()
Retrieves the directory path of the SiteMinder user directory where the user’s context was established. |
java.lang.String |
getDirServer()
Retrieves the directory server of the SiteMinder user directory where the user’s context was established. |
java.lang.String |
getNewPassword()
Retrieves the new password as specified by the user. |
java.lang.String |
getPassword()
Retrieves the password as specified by the user. |
java.lang.String |
getUserName()
Retrieves the full distinguished name of the user as disambiguated by SiteMinder from the user name specified by the user during login. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getUserName()
Retrieves the full distinguished name of the user as disambiguated by SiteMinder from the user name specified by the user during login.
public java.lang.String getPassword()
Retrieves the password as specified by the user.
public byte[] getChapPassword()
Retrieves the CHAP password.
public byte[] getChapChallenge()
Retrieves the CHAP challenge.
public java.lang.String getCertUserDN()
This method is not currently implemented.
public java.lang.String getCertIssuerDN()
This method is not currently implemented.
public byte[] getCertAsBinary()
Retrieves the user’s binary x.509 Certificate.
public java.lang.String getDirPath()
Retrieves the directory path of the SiteMinder user directory where the user’s context was established.
public java.lang.String getDirServer()
Retrieves the directory server of the SiteMinder user directory where the user’s context was established.
public java.lang.String getDirNameSpace()
Retrieves the directory namespace of the SiteMinder user directory where the user’s context was established.
public java.lang.String getNewPassword()
Retrieves the new password as specified by the user.
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||