com.novell.service.security
Interface PasswordIdentityFactory


public interface PasswordIdentityFactory

This interface identifies an object that can create PasswordIdentity objects. The intent behind this interface is to have the non-password version of an identity implement this factory and provide a generic means by which an application can decide to over-ride the GUI portion of the authentication process.

See Also:
NdsIdentity, BinderyIdentity

Method Summary
 PasswordIdentity getPasswordIdentityInstance()
          Instantiate a password identity class.
 

Method Detail

getPasswordIdentityInstance

public PasswordIdentity getPasswordIdentityInstance()
Instantiate a password identity class.
Returns:
The appropriate PasswordIdentity.