Uses of Interface
com.sun.xml.wss.saml.SubjectLocality
Packages that use SubjectLocality
Package
Description
-
Uses of SubjectLocality in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return SubjectLocalityModifier and TypeMethodDescriptionabstract SubjectLocalitySAMLAssertionFactory.createSubjectLocality()Constructs aSubjectLocalityinstance.abstract SubjectLocalitySAMLAssertionFactory.createSubjectLocality(String ipAddress, String dnsAddress) Constructs an instance ofSubjectLocality.Methods in com.sun.xml.wss.saml with parameters of type SubjectLocalityModifier and TypeMethodDescriptionabstract AuthenticationStatementSAMLAssertionFactory.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding) Constructs an instance ofAuthenticationStatement.abstract AuthnStatementSAMLAssertionFactory.createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter) Constructs an instance ofAuthenticationStatement. -
Uses of SubjectLocality in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement SubjectLocalityModifier and TypeClassDescriptionclassTheSubjectLocalityelement specifies the DNS domain name and IP address for the system entity that performed the authentication. -
Uses of SubjectLocality in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement SubjectLocalityModifier and TypeClassDescriptionclassTheSubjectLocalityelement specifies the DNS domain name and IP address for the system entity that performed the authentication. -
Uses of SubjectLocality in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return SubjectLocalityModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createSubjectLocality()SAMLAssertion2_1FactoryImpl.createSubjectLocality(String ipAddress, String dnsAddress) SAMLAssertion2_2FactoryImpl.createSubjectLocality()SAMLAssertion2_2FactoryImpl.createSubjectLocality(String ipAddress, String dnsAddress) Methods in com.sun.xml.wss.saml.impl with parameters of type SubjectLocalityModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding) SAMLAssertion2_2FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding) SAMLAssertion2_1FactoryImpl.createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter) SAMLAssertion2_2FactoryImpl.createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter)