Uses of Class
com.logicaldoc.core.security.Client
-
Packages that use Client Package Description com.logicaldoc.core.security com.logicaldoc.core.security.authentication The pluggable authentication mechanism. -
-
Uses of Client in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security that return Client Modifier and Type Method Description ClientSessionManager. buildClient(javax.servlet.http.HttpServletRequest req)Create a client identified using a concatenation of Basic authentication credentials and remote IP.ClientSession. getClient()Methods in com.logicaldoc.core.security with parameters of type Client Modifier and Type Method Description SessionSessionManager. createSession(User user, Client client)Creates a new session by authenticated the given user and stores it in the pool of opened sessionsSessionSessionManager. newSession(String username, String password, Client client)Creates a new session by authenticated the given user and stores it in the pool of opened sessionsSessionSessionManager. newSession(String username, String password, String key, Client client)Creates a new session by authenticated the given user and stores it in the pool of opened sessions -
Uses of Client in com.logicaldoc.core.security.authentication
Methods in com.logicaldoc.core.security.authentication with parameters of type Client Modifier and Type Method Description UserAbstractAuthenticator. authenticate(String username, String password, String key, Client client)UserAuthenticationChain. authenticate(String username, String password, String key, Client client)UserAuthenticator. authenticate(String username, String password, String key, Client client)Authenticates the user using the given credentials, if successful, the corresponding user is returned.
-