Uses of Interface
com.sun.xml.wss.saml.SubjectLocality
-
Packages that use SubjectLocality Package Description com.sun.xml.wss.saml com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.impl -
-
Uses of SubjectLocality in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return SubjectLocality Modifier and Type Method Description abstract 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 SubjectLocality Modifier and Type Method Description abstract 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 SubjectLocality Modifier and Type Class Description classSubjectLocalityTheSubjectLocalityelement 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 SubjectLocality Modifier and Type Class Description classSubjectLocalityTheSubjectLocalityelement 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 SubjectLocality Modifier and Type Method Description SubjectLocalitySAMLAssertion2_1FactoryImpl. createSubjectLocality()SubjectLocalitySAMLAssertion2_1FactoryImpl. createSubjectLocality(String ipAddress, String dnsAddress)SubjectLocalitySAMLAssertion2_2FactoryImpl. createSubjectLocality()SubjectLocalitySAMLAssertion2_2FactoryImpl. createSubjectLocality(String ipAddress, String dnsAddress)Methods in com.sun.xml.wss.saml.impl with parameters of type SubjectLocality Modifier and Type Method Description AuthenticationStatementSAMLAssertion2_1FactoryImpl. createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)AuthenticationStatementSAMLAssertion2_2FactoryImpl. createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)AuthnStatementSAMLAssertion2_1FactoryImpl. createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter)AuthnStatementSAMLAssertion2_2FactoryImpl. createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter)
-