IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.objectgrid.security.plugins
CredentialGenerator



This plugin is used on the client side to get the credential representing this client. One example of the implementation is to return a String array containing a user ID and password. The format of the credential has to be understood by the server Authenticator plugin.
See Also:
    Credential



Method Summary
public  CredentialgetCredential()
           Get the serializable credential which represents the client.

Method Detail

getCredential

public Credential getCredential()
Get the serializable credential which represents the client.


Returns:
     the credentical representing the client


Throws:
    com.ibm.websphere.objectgrid.security.plugins.CannotGenerateCredentialException


IBM WebSphere Extended Deployment (XD)TM
Release 6.0