Package net.shibboleth.idp.relyingparty
Class RelyingPartyResolverCredentialHolder
java.lang.Object
net.shibboleth.idp.relyingparty.RelyingPartyResolverCredentialHolder
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:
- 4.2.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the credentials to expose to other components.
-
Field Details
-
credentials
Credentials to expose.
-
-
Constructor Details
-
RelyingPartyResolverCredentialHolder
public RelyingPartyResolverCredentialHolder(@Nullable @NonnullElements Collection<Credential> creds) Constructor.- Parameters:
creds
- credentials to expose to other components
-
-
Method Details
-
getCredentials
Get the credentials to expose to other components.- Returns:
- credentials to expose
-