public static class CredentialSource.ClasspathCredentialSource extends java.lang.Object implements CredentialSource
CredentialSource.ClasspathCredentialSource
Constructor and Description |
---|
ClasspathCredentialSource(java.lang.String fileName) |
ClasspathCredentialSource(java.lang.String partnerName,
java.lang.String signatureKeyProp) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPartnerName() |
byte[] |
getSignatureKey() |
public ClasspathCredentialSource(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public ClasspathCredentialSource(java.lang.String partnerName, java.lang.String signatureKeyProp) throws java.io.IOException
java.io.IOException
public byte[] getSignatureKey()
getSignatureKey
in interface CredentialSource
public java.lang.String getPartnerName()
getPartnerName
in interface CredentialSource