| Package | Description |
|---|---|
| com.sun.xml.wss.saml | |
| com.sun.xml.wss.saml.assertion.saml11.jaxb20 | |
| com.sun.xml.wss.saml.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract SubjectLocality |
SAMLAssertionFactory.createSubjectLocality()
Constructs a
SubjectLocality instance. |
abstract SubjectLocality |
SAMLAssertionFactory.createSubjectLocality(String ipAddress,
String dnsAddress)
Constructs an instance of
SubjectLocality. |
| Modifier and Type | Method and Description |
|---|---|
abstract AuthenticationStatement |
SAMLAssertionFactory.createAuthenticationStatement(String authMethod,
GregorianCalendar authInstant,
Subject subject,
SubjectLocality subjectLocality,
List authorityBinding)
Constructs an instance of
AuthenticationStatement. |
abstract AuthnStatement |
SAMLAssertionFactory.createAuthnStatement(GregorianCalendar authInstant,
SubjectLocality subjectLocality,
AuthnContext authnContext,
String sessionIndex,
GregorianCalendar sessionNotOnOrAfter)
Constructs an instance of
AuthenticationStatement. |
| Modifier and Type | Class and Description |
|---|---|
class |
SubjectLocality
The
SubjectLocality element specifies the DNS domain name
and IP address for the system entity that performed the authentication. |
| Modifier and Type | Method and Description |
|---|---|
SubjectLocality |
SAMLAssertion2_2FactoryImpl.createSubjectLocality() |
SubjectLocality |
SAMLAssertion2_1FactoryImpl.createSubjectLocality() |
SubjectLocality |
SAMLAssertion2_2FactoryImpl.createSubjectLocality(String ipAddress,
String dnsAddress) |
SubjectLocality |
SAMLAssertion2_1FactoryImpl.createSubjectLocality(String ipAddress,
String dnsAddress) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationStatement |
SAMLAssertion2_2FactoryImpl.createAuthenticationStatement(String authMethod,
GregorianCalendar authInstant,
Subject subject,
SubjectLocality subjectLocality,
List authorityBinding) |
AuthenticationStatement |
SAMLAssertion2_1FactoryImpl.createAuthenticationStatement(String authMethod,
GregorianCalendar authInstant,
Subject subject,
SubjectLocality subjectLocality,
List authorityBinding) |
AuthnStatement |
SAMLAssertion2_2FactoryImpl.createAuthnStatement(GregorianCalendar authInstant,
SubjectLocality subjectLocality,
AuthnContext authnContext,
String sessionIndex,
GregorianCalendar sessionNotOnOrAfter) |
AuthnStatement |
SAMLAssertion2_1FactoryImpl.createAuthnStatement(GregorianCalendar authInstant,
SubjectLocality subjectLocality,
AuthnContext authnContext,
String sessionIndex,
GregorianCalendar sessionNotOnOrAfter) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.