Uses of Class
org.keycloak.dom.saml.v1.assertion.SAML11SubjectType
-
Packages that use SAML11SubjectType Package Description org.keycloak.dom.saml.v1.assertion org.keycloak.dom.saml.v1.protocol -
-
Uses of SAML11SubjectType in org.keycloak.dom.saml.v1.assertion
Fields in org.keycloak.dom.saml.v1.assertion declared as SAML11SubjectType Modifier and Type Field Description protected SAML11SubjectTypeSAML11SubjectStatementType. subjectMethods in org.keycloak.dom.saml.v1.assertion that return SAML11SubjectType Modifier and Type Method Description SAML11SubjectTypeSAML11SubjectStatementType. getSubject()Methods in org.keycloak.dom.saml.v1.assertion with parameters of type SAML11SubjectType Modifier and Type Method Description voidSAML11SubjectStatementType. setSubject(SAML11SubjectType subject)Constructors in org.keycloak.dom.saml.v1.assertion with parameters of type SAML11SubjectType Constructor Description SAML11SubjectStatementType(SAML11SubjectType subject) -
Uses of SAML11SubjectType in org.keycloak.dom.saml.v1.protocol
Fields in org.keycloak.dom.saml.v1.protocol declared as SAML11SubjectType Modifier and Type Field Description protected SAML11SubjectTypeSAML11SubjectQueryAbstractType. subjectMethods in org.keycloak.dom.saml.v1.protocol that return SAML11SubjectType Modifier and Type Method Description SAML11SubjectTypeSAML11SubjectQueryAbstractType. getSubject()Methods in org.keycloak.dom.saml.v1.protocol with parameters of type SAML11SubjectType Modifier and Type Method Description voidSAML11SubjectQueryAbstractType. setSubject(SAML11SubjectType subject)
-