Class AssertionConfiguration
java.lang.Object
io.camunda.security.configuration.AssertionConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumIf applicable, thekidstring will be converted to either uppercase or lowercase.static enumDefines which digest algorithm will be used on the source to generate thekid.static enumDefines the encoding of thd digest bytes into thekidstring.static enumDefines if thekidwill be generated from the certificate or the certificate's public key. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()voidsetKeystore(KeystoreConfiguration keystoreConfiguration) voidsetKidCase(AssertionConfiguration.KidCase kidCase) voidsetKidDigestAlgorithm(AssertionConfiguration.KidDigestAlgorithm kidDigestAlgorithm) voidsetKidEncoding(AssertionConfiguration.KidEncoding kidEncoding) voidsetKidSource(AssertionConfiguration.KidSource kidSource) voidvalidate()
-
Constructor Details
-
AssertionConfiguration
public AssertionConfiguration()
-
-
Method Details
-
getKeystore
-
setKeystore
-
getKidSource
-
setKidSource
-
getKidDigestAlgorithm
-
setKidDigestAlgorithm
-
getKidEncoding
-
setKidEncoding
-
getKidCase
-
setKidCase
-
validate
public void validate() -
builder
-