Package | Description |
---|---|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
Modifier and Type | Method and Description |
---|---|
Subject |
Assertion.getSubject()
Gets the Subject of this assertion.
|
Subject |
SubjectQuery.getSubject()
Gets the Subject of this request.
|
Subject |
AuthnRequest.getSubject()
Gets the
Subject of the request. |
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setSubject(Subject newSubject)
Sets the Subject of this assertion.
|
void |
SubjectQuery.setSubject(Subject newSubject)
Sets the Subject of this request.
|
void |
AuthnRequest.setSubject(Subject newSubject)
Sets the
Subject of the request. |
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.