Package | Description |
---|---|
org.apache.openmeetings.db.dao.server |
Modifier and Type | Method and Description |
---|---|
ClientSessionInfo |
ISessionManager.getClientByPublicSIDAnyServer(String publicSID)
same as
#getClientByPublicSID(String, boolean, Server) but it ignores
if the server part, so it will deliver any client just by its publicSID.Note: This method requires more time to find the user, so under normal circumstances you should use #getClientByPublicSID(String, boolean, Server) ! |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.