public interface ICredential
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getCredentialNames()
Returns the name portion of the name-value pairs within this credential.
|
java.lang.String[] |
getCredentialValue(java.lang.String theName)
Return the corresponding value for the specified name portion of a
name-value pair in this credential.
|
java.lang.String[] getCredentialNames()
java.lang.String[] getCredentialValue(java.lang.String theName)
theName
- The name portion of the required name-value pair.