com.novell.nds.dirxml.engine.gcv
Interface GCPasswordRefValue.PasswordResolver

Enclosing class:
GCPasswordRefValue

public static interface GCPasswordRefValue.PasswordResolver

Interface for providing values for referenced password definitions.

See Also:
ShimParams.toShimInitParams(org.w3c.dom.Node,com.novell.nds.dirxml.engine.gcv.ShimParams.ReferenceResolver)

Method Summary
 String getPasswordValue(String name)
          Supply a password value given the name of the referenced password.
 

Method Detail

getPasswordValue

String getPasswordValue(String name)
Supply a password value given the name of the referenced password. If the name isn't recognized, then the result must be the empty string ("").

Parameters:
name - name of referenced item
Returns:
the empty string ("") or the password characters