public class SamlSession extends Object implements Serializable, KeycloakAccount
| Constructor and Description |
|---|
SamlSession() |
SamlSession(SamlPrincipal principal,
Set<String> roles,
String sessionIndex,
XMLGregorianCalendar sessionNotOnOrAfter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
SamlPrincipal |
getPrincipal() |
Set<String> |
getRoles() |
String |
getSessionIndex() |
XMLGregorianCalendar |
getSessionNotOnOrAfter() |
int |
hashCode() |
public SamlSession()
public SamlSession(SamlPrincipal principal, Set<String> roles, String sessionIndex, XMLGregorianCalendar sessionNotOnOrAfter)
public SamlPrincipal getPrincipal()
getPrincipal in interface KeycloakAccountpublic Set<String> getRoles()
getRoles in interface KeycloakAccountpublic String getSessionIndex()
public XMLGregorianCalendar getSessionNotOnOrAfter()
Copyright © 2021 JBoss by Red Hat. All rights reserved.