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)
CredentialsSource
getCredentials
in interface CredentialsSource
public CredentialsType getSupportedCredentialsType()
CredentialsSource
getSupportedCredentialsType
in interface CredentialsSource
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.