Uses of Class
org.keycloak.dom.saml.v2.assertion.KeyInfoConfirmationDataType
-
Uses of KeyInfoConfirmationDataType in org.keycloak.saml.processing.core.saml.v2.factories
Modifier and TypeMethodDescriptionstatic KeyInfoConfirmationDataType
SAMLAssertionFactory.createKeyInfoConfirmation
(KeyInfoType keyInfo) Creates aKeyInfoConfirmationDataType
with the specifiedKeyInfoType
.Modifier and TypeMethodDescriptionstatic SubjectConfirmationType
SAMLAssertionFactory.createSubjectConfirmation
(NameIDType nameID, String confirmationMethod, KeyInfoConfirmationDataType keyInfoData) Creates aSubjectConfirmationType
object with the specified values.