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 KeycloakAccount
public Set<String> getRoles()
getRoles
in interface KeycloakAccount
public String getSessionIndex()
public XMLGregorianCalendar getSessionNotOnOrAfter()
Copyright © 2021 JBoss by Red Hat. All rights reserved.