public interface ITrustedCredential
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getCredentialNames()
Returns all the name portions of the required name-value pairs in the
credential.
|
java.lang.String[] |
getCredentialValue(java.lang.String theName)
Return the value for the given credential name or null if it does not
exist.
|
java.lang.String[] getCredentialNames()
java.lang.String[] getCredentialValue(java.lang.String theName)
theName
- The name portion of the required name-value pairs in the
credential.