@Alternative public class SessionInfoImpl extends Object implements SessionInfo
Constructor and Description |
---|
SessionInfoImpl() |
SessionInfoImpl(String id,
org.jboss.errai.security.shared.api.identity.User identity) |
SessionInfoImpl(org.jboss.errai.security.shared.api.identity.User identity) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId() |
org.jboss.errai.security.shared.api.identity.User |
getIdentity() |
int |
hashCode() |
void |
setId(String id) |
String |
toString() |
public SessionInfoImpl()
public SessionInfoImpl(String id, org.jboss.errai.security.shared.api.identity.User identity)
public SessionInfoImpl(org.jboss.errai.security.shared.api.identity.User identity)
public String getId()
getId
in interface SessionInfo
public void setId(String id)
public org.jboss.errai.security.shared.api.identity.User getIdentity()
getIdentity
in interface SessionInfo
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.