Class BankIdConfigurationProperties.RelyingPartyConfiguration
java.lang.Object
se.swedenconnect.bankid.idp.config.BankIdConfigurationProperties.RelyingPartyConfiguration
- All Implemented Interfaces:
InitializingBean
- Enclosing class:
BankIdConfigurationProperties
public static class BankIdConfigurationProperties.RelyingPartyConfiguration
extends Object
implements InitializingBean
Configuration for a relying party. A BankID Relying Party can serve any number of SAML SP:s (usually they are from
the same organization).
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
For configuring user messages per RP. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Creates aPkiCredential
given thePkiCredentialConfigurationProperties
.
-
Constructor Details
-
RelyingPartyConfiguration
public RelyingPartyConfiguration()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceInitializingBean
- Throws:
Exception
-
createCredential
Creates aPkiCredential
given thePkiCredentialConfigurationProperties
.- Returns:
- a
PkiCredential
- Throws:
Exception
- for errors creating the object
-