Uses of Class
org.keycloak.dom.saml.v2.assertion.SubjectLocalityType
Packages that use SubjectLocalityType
Package
Description
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 SubjectLocalityTypeModifier and TypeFieldDescriptionprotected SubjectLocalityTypeAuthnStatementType.subjectLocalityMethods in org.keycloak.dom.saml.v2.assertion that return SubjectLocalityTypeModifier and TypeMethodDescriptionAuthnStatementType.getSubjectLocality()Gets the value of the subjectLocality property.Methods in org.keycloak.dom.saml.v2.assertion with parameters of type SubjectLocalityTypeModifier and TypeMethodDescriptionvoidAuthnStatementType.setSubjectLocality(SubjectLocalityType value) Sets the value of the subjectLocality property.