Package net.shibboleth.spring.security
Class CredentialHolder
java.lang.Object
net.shibboleth.spring.security.CredentialHolder
This is a utility class used as an auto-wiring source for collections of
signing and encryption
Credential objects so that other layers of the
system can gain access to the complete set of them.- Since:
- 5.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the credentials to expose to other components.
-
Field Details
-
credentials
Credentials to expose.
-
-
Constructor Details
-
CredentialHolder
Constructor.- Parameters:
creds- credentials to expose to other components
-
-
Method Details
-
getCredentials
Get the credentials to expose to other components.- Returns:
- credentials to expose
-