Package org.keycloak.admin.ui.rest.model
Class SessionId
- java.lang.Object
-
- org.keycloak.admin.ui.rest.model.SessionId
-
public class SessionId extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSessionId.SessionType
-
Constructor Summary
Constructors Constructor Description SessionId(String clientId, SessionId.SessionType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClientId()SessionId.SessionTypegetType()inthashCode()
-
-
-
Constructor Detail
-
SessionId
public SessionId(String clientId, SessionId.SessionType type)
-
-