public abstract class ClientInfo extends Object implements Serializable
ClientInfo()
abstract String
getId()
abstract List<String>
getRoles()
abstract ClientType
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ClientInfo()
public abstract String getId()
public abstract List<String> getRoles()
public abstract ClientType getType()
Copyright © 2020. All Rights Reserved.