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