public interface IBiBusHeader2 extends IBiBusHeader
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getCredentialValue(java.lang.String theName)
Returns all the values for the specified name portion of the
name-value pairs in the credential.
|
java.lang.String[] |
getTrustedCredentialValue(java.lang.String theName)
Returns all the values for the specified name portion of the
name-value pairs in the trusted credential.
|
consumeFormField, getContentLocale, getCookieValue, getEnvVarValue, getFormFieldValue, getProductLocale, getTrustedEnvVarValue, setCookie
java.lang.String[] getCredentialValue(java.lang.String theName)
getTrustedCredentialValue(String)
getCredentialValue
in interface IBiBusHeader
theName
- The name portion of the required name-value pairs in the
credential.java.lang.String[] getTrustedCredentialValue(java.lang.String theName)
theName
- The name portion of the required name-value pairs in the
trusted credential.