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 SubjectLocalityTypeAuthnStatementType. subjectLocalityMethods in org.keycloak.dom.saml.v2.assertion that return SubjectLocalityType Modifier and Type Method Description SubjectLocalityTypeAuthnStatementType. 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 voidAuthnStatementType. setSubjectLocality(SubjectLocalityType value)Sets the value of the subjectLocality property.
-