Uses of Interface
org.opensaml.saml.saml1.core.SubjectLocality
-
Packages that use SubjectLocality Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements.org.opensaml.saml.saml1.core.impl Implementations of SAML 1.x core specification types and elements. -
-
Uses of SubjectLocality in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return SubjectLocality Modifier and Type Method Description SubjectLocalityAuthenticationStatement. getSubjectLocality()Get theSubjectLocality.Methods in org.opensaml.saml.saml1.core with parameters of type SubjectLocality Modifier and Type Method Description voidAuthenticationStatement. setSubjectLocality(SubjectLocality subjectLocality)Set theSubjectLocality. -
Uses of SubjectLocality in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement SubjectLocality Modifier and Type Class Description classSubjectLocalityImplA concrete implementation of theSubjectLocalityinterface.Fields in org.opensaml.saml.saml1.core.impl declared as SubjectLocality Modifier and Type Field Description private SubjectLocalityAuthenticationStatementImpl. subjectLocalityContains the SubjectLocality subelement.Methods in org.opensaml.saml.saml1.core.impl that return SubjectLocality Modifier and Type Method Description SubjectLocalitySubjectLocalityBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.SubjectLocalitySubjectLocalityBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.SubjectLocalityAuthenticationStatementImpl. getSubjectLocality()Get theSubjectLocality.Methods in org.opensaml.saml.saml1.core.impl with parameters of type SubjectLocality Modifier and Type Method Description voidAuthenticationStatementImpl. setSubjectLocality(SubjectLocality locality)Set theSubjectLocality.
-