public class MoSAMLResponse extends Object implements Serializable
| Constructor and Description |
|---|
MoSAMLResponse(Map<String,String[]> attributes,
String nameId,
String sessionIndex) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String[]> |
getAttributes() |
String |
getNameId() |
String |
getSessionIndex() |
void |
setAttributes(Map<String,String[]> attributes) |
void |
setNameId(String nameId) |
void |
setSessionIndex(String sessionIndex) |
String |
toString() |
Copyright © 2016–2022. All rights reserved.