Uses of Class
org.keycloak.dom.saml.v2.assertion.SubjectLocalityType
-
Packages that use SubjectLocalityType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertion -
-
Uses of SubjectLocalityType in org.keycloak.dom.saml.v2.assertion
Fields in org.keycloak.dom.saml.v2.assertion declared as SubjectLocalityType Modifier and Type Field Description protected SubjectLocalityType
AuthnStatementType. subjectLocality
Methods in org.keycloak.dom.saml.v2.assertion that return SubjectLocalityType Modifier and Type Method Description SubjectLocalityType
AuthnStatementType. getSubjectLocality()
Gets the value of the subjectLocality property.Methods in org.keycloak.dom.saml.v2.assertion with parameters of type SubjectLocalityType Modifier and Type Method Description void
AuthnStatementType. setSubjectLocality(SubjectLocalityType value)
Sets the value of the subjectLocality property.
-