| | |
---|
shibboleth.oidc.IncludedSignatureAlgorithms | List<String> | The list of included signature signing/validation algorithms (empty by default) |
shibboleth.oidc.ExcludedSignatureAlgorithms | List<String> | The list of excluded signature signing/validation algorithms (empty by default) |
shibboleth.oidc.IncludedEncryptionAlgorithms | List<String> | The list of included encryption/decryption algorithms (empty by default) |
shibboleth.oidc.ExcludedEncryptionAlgorithms | List<String> | The list of included encryption/decryption algorithms (empty by default) |
shibboleth.oidc.DefaultSecurityConfiguration | JSONSecurityConfiguration | The main bean defining the default security configuration |
shibboleth.oidc.BasicSignatureSigningConfiguration | BasicSignatureSigningConfiguration | Parent bean used for defining the signature signing configuration |
shibboleth.oidc.BasicEncryptionConfiguration | BasicEncryptionConfiguration | Parent bean used for defining the encryption configuration |
shibboleth.oidc.BasicDecryptionConfiguration | BasicDecryptionConfiguration | Parent bean used for defining the decryption configuration |
shibboleth.oidc.BasicSignatureValidationConfiguration | BasicSignatureValidationConfiguration | Parent bean used for defining the signature validation configuration |
shibboleth.oidc.SigningConfiguration | BasicSignatureSigningConfiguration | Default bean used for defining the signature signing configuration |
shibboleth.oidc.EncryptionConfiguration | BasicEncryptionConfiguration | Default bean used for defining the encryption configuration |
shibboleth.oidc.DecryptionConfiguration | BasicDecryptionConfiguration | Default bean used for defining the decryption configuration |
shibboleth.oidc.SignatureValidationConfiguration | BasicSignatureValidationConfiguration | Default bean used for defining the signature validation configuration |
shibboleth.oidc.SigningCredentials | List<Credential> | Collection of keypairs used to sign data (technically only the private key matters here) |
shibboleth.oidc.EncryptionCredentials | List<Credential> | Collection of keypairs used to decrypt data coming from the others (technically only the private key matters here) |