com.novell.nidp.policy.soap.injection
Interface ExternalDataFillerContext


public interface ExternalDataFillerContext

Contains the definition of the methods you can use to retrieve the distinguished name and password of the user. You can use these credentials to authenticated to your data source and retrieve additional data on the user.

Since:
Access Manager 3.0

Method Summary
 java.lang.String getUserDN()
          Retrieves the distinguished name of the user.
 java.lang.String getUserPassword()
          Retrieves the typed in password of the user.
 

Method Detail

getUserDN

java.lang.String getUserDN()
Retrieves the distinguished name of the user.

Returns:
A string containing the user DN, or null if unavailable.

getUserPassword

java.lang.String getUserPassword()
Retrieves the typed in password of the user.

Returns:
A string containing the password associated with the user DN.


Copyright © 2005-2009 Novell, Inc. All Rights Reserved.