public class SamlResponse extends Object
| Constructor and Description |
|---|
SamlResponse(String nameId,
Map<String,List<String>> attributes,
String assertionId,
List<Instant> notOnOrAfters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssertionId() |
Iterable<String> |
getAttribute(String attributeName) |
String |
getNameId() |
List<Instant> |
getNotOnOrAfters() |
Copyright © 2023 Atlassian. All rights reserved.