Uses of Class
org.keycloak.dom.saml.v2.assertion.SubjectType
-
Packages that use SubjectType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertionorg.keycloak.dom.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 -
-
Uses of SubjectType in org.keycloak.dom.saml.v2.assertion
Methods in org.keycloak.dom.saml.v2.assertion that return SubjectType Modifier and Type Method Description SubjectTypeAssertionType. getSubject()Get the subjectMethods in org.keycloak.dom.saml.v2.assertion with parameters of type SubjectType Modifier and Type Method Description voidAssertionType. setSubject(SubjectType subject)Set the subject -
Uses of SubjectType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as SubjectType Modifier and Type Field Description protected SubjectTypeAuthnRequestType. subjectprotected SubjectTypeSubjectQueryAbstractType. subjectMethods in org.keycloak.dom.saml.v2.protocol that return SubjectType Modifier and Type Method Description SubjectTypeAuthnRequestType. getSubject()Gets the value of the subject property.SubjectTypeSubjectQueryAbstractType. getSubject()Gets the value of the subject property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type SubjectType Modifier and Type Method Description voidAuthnRequestType. setSubject(SubjectType value)Sets the value of the subject property.voidSubjectQueryAbstractType. setSubject(SubjectType subject)
-