public interface ResponseProcessingResult
Assertion
that
really holds all information, but also "easy to access" methods of the elements that are of most interest.
Note that only successful responses are represented. Error responses are represented using the
ResponseStatusErrorException
.
Modifier and Type | Method and Description |
---|---|
Assertion |
getAssertion()
Returns the
Assertion from the response. |
List<Attribute> |
getAttributes()
Returns the attributes that are part of the attribute statement of the assertion.
|
String |
getAuthnContextClassUri()
Returns the URI for the
AuthnContextClassRef element that holds the "level of assurance" under which the
authentication was made. |
org.joda.time.DateTime |
getAuthnInstant()
Returns the authentication instant.
|
String |
getIssuer()
Returns the entityID of the issuing IdP.
|
NameID |
getSubjectNameID()
Returns the
NameID for the subject. |
Assertion getAssertion()
Assertion
from the response.Assertion
List<Attribute> getAttributes()
String getAuthnContextClassUri()
AuthnContextClassRef
element that holds the "level of assurance" under which the
authentication was made.org.joda.time.DateTime getAuthnInstant()
String getIssuer()
NameID getSubjectNameID()
NameID
for the subject.Copyright © 2018 Litsec AB. All rights reserved.