Uses of Class
org.keycloak.dom.saml.v2.assertion.SubjectConfirmationType
-
Packages that use SubjectConfirmationType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertion -
-
Uses of SubjectConfirmationType in org.keycloak.dom.saml.v2.assertion
Fields in org.keycloak.dom.saml.v2.assertion with type parameters of type SubjectConfirmationType Modifier and Type Field Description protected List<SubjectConfirmationType>SubjectType.STSubType. subjectConfirmationprotected List<SubjectConfirmationType>SubjectType. subjectConfirmationMethods in org.keycloak.dom.saml.v2.assertion that return types with arguments of type SubjectConfirmationType Modifier and Type Method Description List<SubjectConfirmationType>SubjectType. getConfirmation()Get a list of subject confirmationsList<SubjectConfirmationType>SubjectType.STSubType. getConfirmation()Methods in org.keycloak.dom.saml.v2.assertion with parameters of type SubjectConfirmationType Modifier and Type Method Description voidSubjectType. addConfirmation(SubjectConfirmationType con)Add a subject confirmationvoidSubjectType.STSubType. addConfirmation(SubjectConfirmationType con)voidSubjectType. removeConfirmation(SubjectConfirmationType con)Remove a subject confirmation
-