Uses of Class
org.keycloak.dom.saml.v1.assertion.SAML11SubjectConfirmationType
-
Packages that use SAML11SubjectConfirmationType Package Description org.keycloak.dom.saml.v1.assertion -
-
Uses of SAML11SubjectConfirmationType in org.keycloak.dom.saml.v1.assertion
Fields in org.keycloak.dom.saml.v1.assertion declared as SAML11SubjectConfirmationType Modifier and Type Field Description protected SAML11SubjectConfirmationTypeSAML11SubjectType.SAML11SubjectTypeChoice. subjectConfirmationprotected SAML11SubjectConfirmationTypeSAML11SubjectType. subjectConfirmationMethods in org.keycloak.dom.saml.v1.assertion that return SAML11SubjectConfirmationType Modifier and Type Method Description SAML11SubjectConfirmationTypeSAML11SubjectType. getSubjectConfirmation()SAML11SubjectConfirmationTypeSAML11SubjectType.SAML11SubjectTypeChoice. getSubjectConfirmation()Methods in org.keycloak.dom.saml.v1.assertion with parameters of type SAML11SubjectConfirmationType Modifier and Type Method Description voidSAML11SubjectType. setSubjectConfirmation(SAML11SubjectConfirmationType subjectConfirmation)Constructors in org.keycloak.dom.saml.v1.assertion with parameters of type SAML11SubjectConfirmationType Constructor Description SAML11SubjectTypeChoice(SAML11SubjectConfirmationType subConfirms)
-