Uses of Class
org.keycloak.dom.saml.v1.assertion.SAML11SubjectConfirmationType
Packages that use SAML11SubjectConfirmationType
Package
Description
-
Uses of SAML11SubjectConfirmationType in org.keycloak.dom.saml.v1.assertion
Fields in org.keycloak.dom.saml.v1.assertion declared as SAML11SubjectConfirmationTypeModifier and TypeFieldDescriptionprotected SAML11SubjectConfirmationTypeSAML11SubjectType.SAML11SubjectTypeChoice.subjectConfirmationprotected SAML11SubjectConfirmationTypeSAML11SubjectType.subjectConfirmationMethods in org.keycloak.dom.saml.v1.assertion that return SAML11SubjectConfirmationTypeModifier and TypeMethodDescriptionSAML11SubjectType.getSubjectConfirmation()SAML11SubjectType.SAML11SubjectTypeChoice.getSubjectConfirmation()Methods in org.keycloak.dom.saml.v1.assertion with parameters of type SAML11SubjectConfirmationTypeModifier and TypeMethodDescriptionvoidSAML11SubjectType.setSubjectConfirmation(SAML11SubjectConfirmationType subjectConfirmation) Constructors in org.keycloak.dom.saml.v1.assertion with parameters of type SAML11SubjectConfirmationType -
Uses of SAML11SubjectConfirmationType in org.keycloak.saml.processing.core.parsers.util
Methods in org.keycloak.saml.processing.core.parsers.util that return SAML11SubjectConfirmationTypeModifier and TypeMethodDescriptionSAML11ParserUtil.parseSAML11SubjectConfirmation(XMLEventReader xmlEventReader) Parse theSAML11SubjectConfirmationType -
Uses of SAML11SubjectConfirmationType in org.keycloak.saml.processing.core.saml.v1.writers
Methods in org.keycloak.saml.processing.core.saml.v1.writers with parameters of type SAML11SubjectConfirmationTypeModifier and TypeMethodDescriptionvoidSAML11AssertionWriter.write(SAML11SubjectConfirmationType confirmation)