Package | Description |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
Modifier and Type | Method and Description |
---|---|
SubjectLocality |
AuthnStatement.getSubjectLocality()
Get the DNS domain and IP address of the system where the principal was authenticated.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnStatement.setSubjectLocality(SubjectLocality newLocality)
Set the DNS domain and IP address of the system where the principal was authenticated.
|
Modifier and Type | Class and Description |
---|---|
class |
SubjectLocalityImpl
A concrete implementation of
SubjectLocality . |
Modifier and Type | Method and Description |
---|---|
SubjectLocality |
SubjectLocalityBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
SubjectLocality |
SubjectLocalityBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
SubjectLocality |
AuthnStatementImpl.getSubjectLocality()
Get the DNS domain and IP address of the system where the principal was authenticated.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnStatementImpl.setSubjectLocality(SubjectLocality newSubjectLocality)
Set the DNS domain and IP address of the system where the principal was authenticated.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.