public final class X509CredentialsSource extends Object implements CredentialsSource
Note that this class is for service-to-service authentication, not user-to-service authentication.
X509Certificate| Constructor and Description |
|---|
X509CredentialsSource(X509Certificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getCredentials(String serviceEndpoint)
Returns the SecurityContext which should have the proper credentials to
give to any system requiring credentials.
|
CredentialsType |
getSupportedCredentialsType()
Returns the supported CredentialsType.
|
public X509CredentialsSource(X509Certificate certificate)
public Credentials getCredentials(String serviceEndpoint)
CredentialsSourcegetCredentials in interface CredentialsSourcepublic CredentialsType getSupportedCredentialsType()
CredentialsSourcegetSupportedCredentialsType in interface CredentialsSourceCopyright © 2005–2014 The Kuali Foundation. All rights reserved.