public interface UserService extends Remote
| Modifier and Type | Method and Description |
|---|---|
boolean |
changePassword(User user,
String oldPassword,
String newPassword)
Deprecated.
|
boolean |
changePassword(User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext context)
change password.
|
String |
getConfigAttr(User user,
String key)
Deprecated.
|
String |
getConfigAttr(User user,
String key,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
Key |
getPublicJwtKey()
DOCUMENT ME!
|
boolean |
hasConfigAttr(User user,
String key)
Deprecated.
|
boolean |
hasConfigAttr(User user,
String key,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
User |
validateUser(String jwt,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
User |
validateUser(User user,
String password,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
@Deprecated boolean changePassword(User user, String oldPassword, String newPassword) throws RemoteException, UserException, PasswordCheckException
user - DOCUMENT ME!oldPassword - DOCUMENT ME!newPassword - DOCUMENT ME!RemoteException - DOCUMENT ME!UserException - DOCUMENT ME!PasswordCheckException - DOCUMENT ME!boolean changePassword(User user, String oldPassword, String newPassword, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException, UserException, PasswordCheckException
user - DOCUMENT ME!oldPassword - DOCUMENT ME!newPassword - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!UserException - DOCUMENT ME!PasswordCheckException - DOCUMENT ME!User validateUser(User user, String password, de.cismet.connectioncontext.ConnectionContext connectionContext) throws RemoteException, UserException
user - DOCUMENT ME!password - DOCUMENT ME!connectionContext - DOCUMENT ME!RemoteException - DOCUMENT ME!UserException - DOCUMENT ME!User validateUser(String jwt, de.cismet.connectioncontext.ConnectionContext connectionContext) throws RemoteException
jwt - DOCUMENT ME!connectionContext - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated String getConfigAttr(User user, String key) throws RemoteException
user - DOCUMENT ME!key - DOCUMENT ME!RemoteException - DOCUMENT ME!String getConfigAttr(User user, String key, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - DOCUMENT ME!key - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!@Deprecated boolean hasConfigAttr(User user, String key) throws RemoteException
user - DOCUMENT ME!key - DOCUMENT ME!RemoteException - DOCUMENT ME!boolean hasConfigAttr(User user, String key, de.cismet.connectioncontext.ConnectionContext context) throws RemoteException
user - DOCUMENT ME!key - DOCUMENT ME!context - DOCUMENT ME!RemoteException - DOCUMENT ME!Key getPublicJwtKey() throws RemoteException
RemoteException - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.