Uses of Class
org.keycloak.dom.saml.v2.assertion.KeyInfoConfirmationDataType
Packages that use KeyInfoConfirmationDataType
-
Uses of KeyInfoConfirmationDataType in org.keycloak.saml.processing.core.saml.v2.factories
Methods in org.keycloak.saml.processing.core.saml.v2.factories that return KeyInfoConfirmationDataTypeModifier and TypeMethodDescriptionstatic KeyInfoConfirmationDataTypeSAMLAssertionFactory.createKeyInfoConfirmation(KeyInfoType keyInfo) Creates aKeyInfoConfirmationDataTypewith the specifiedKeyInfoType.Methods in org.keycloak.saml.processing.core.saml.v2.factories with parameters of type KeyInfoConfirmationDataTypeModifier and TypeMethodDescriptionstatic SubjectConfirmationTypeSAMLAssertionFactory.createSubjectConfirmation(NameIDType nameID, String confirmationMethod, KeyInfoConfirmationDataType keyInfoData) Creates aSubjectConfirmationTypeobject with the specified values.