Uses of Class
org.keycloak.dom.saml.v2.assertion.SubjectConfirmationType
Packages that use SubjectConfirmationType
Package
Description
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 SubjectConfirmationTypeModifier and TypeFieldDescriptionprotected List<SubjectConfirmationType>SubjectType.STSubType.subjectConfirmationprotected List<SubjectConfirmationType>SubjectType.subjectConfirmationMethods in org.keycloak.dom.saml.v2.assertion that return types with arguments of type SubjectConfirmationTypeModifier and TypeMethodDescriptionSubjectType.getConfirmation()Get a list of subject confirmationsSubjectType.STSubType.getConfirmation()Methods in org.keycloak.dom.saml.v2.assertion with parameters of type SubjectConfirmationTypeModifier and TypeMethodDescriptionvoidSubjectType.addConfirmation(SubjectConfirmationType con) Add a subject confirmationvoidSubjectType.STSubType.addConfirmation(SubjectConfirmationType con) voidSubjectType.removeConfirmation(SubjectConfirmationType con) Remove a subject confirmation