| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ServerExceptionMapper.UserExceptionMapper.toResponse(UserException e) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RESTfulSerialInterfaceConnector.changePassword(User user,
String oldPassword,
String newPassword)
Deprecated.
|
boolean |
RESTfulSerialInterfaceConnector.changePassword(User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
javax.ws.rs.core.Response |
RESTfulSerialInterface.changePasswordGET(javax.servlet.http.HttpServletRequest hsr,
String userBytes,
String oldPasswordBytes,
String newPasswordBytes,
String contextBytes)
DOCUMENT ME!
|
User |
RESTfulSerialInterfaceConnector.getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password)
Deprecated.
|
User |
RESTfulSerialInterfaceConnector.getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
javax.ws.rs.core.Response |
RESTfulSerialInterface.getUserGET(javax.servlet.http.HttpServletRequest hsr,
String ugLsNameBytes,
String ugNameBytes,
String uLsNameBytes,
String unameBytes,
String passwordBytes,
String contextBytes)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RESTfulInterfaceConnector.changePassword(User user,
String oldPassword,
String newPassword)
Deprecated.
|
boolean |
RESTfulInterfaceConnector.changePassword(User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext connectionContext)
TODO: Implement Method in Users API or remove.
|
User |
RESTfulInterfaceConnector.getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password)
Deprecated.
|
User |
RESTfulInterfaceConnector.getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Authenticates a user with the specified name and password at the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DomainServerImpl.changePassword(User user,
String oldPassword,
String newPassword)
Deprecated.
|
boolean |
DomainServerImpl.changePassword(User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext connectionContext) |
User |
DomainServerImpl.validateUser(User user,
String password,
de.cismet.connectioncontext.ConnectionContext connectionContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProxyImpl.changePassword(User user,
String oldPassword,
String newPassword)
Deprecated.
|
boolean |
UserServiceImpl.changePassword(User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
boolean |
ProxyImpl.changePassword(User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
User |
ProxyImpl.getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password)
Deprecated.
|
User |
UserServiceImpl.getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Wie konnte das jemals gehen Falsche Reihenfolge in Signatur public User getUser( String userLsName, String
userName, String userGroupLsName, String userGroupName, String password) throws RemoteException, UserException {.
|
User |
ProxyImpl.getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserService.changePassword(User user,
String oldPassword,
String newPassword)
Deprecated.
|
boolean |
DomainServerCallServerService.changePassword(User user,
String oldPassword,
String newPassword)
Deprecated.
|
boolean |
UserService.changePassword(User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext context)
change password.
|
boolean |
DomainServerCallServerService.changePassword(User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext context) |
User |
DomainServerCallServerService.getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password) |
User |
DomainServerCallServerService.getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password,
de.cismet.connectioncontext.ConnectionContext context) |
User |
UserService.validateUser(User user,
String password,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserService.changePassword(User user,
String oldPassword,
String newPassword)
Deprecated.
|
boolean |
UserService.changePassword(User user,
String oldPassword,
String newPassword,
de.cismet.connectioncontext.ConnectionContext context)
changes users password.
|
User |
UserService.getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password)
Deprecated.
|
User |
UserService.getUser(String userGroupLsName,
String userGroupName,
String userLsName,
String userName,
String password,
de.cismet.connectioncontext.ConnectionContext context)
retrieves a user token.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoginDeactivatedUserException
DOCUMENT ME!
|
class |
LoginRestrictionUserException
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserManager.getUser(String userGroupDomain,
String userGroup,
String userDomain,
String user,
String password) |
User |
UserServer.getUser(String userGroupLocalServerName,
String userGroupName,
String userLocalServerName,
String userName,
String password)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
User |
Registry.getUser(String userGroupLocalServerName,
String userGroupName,
String userLocalServerName,
String userName,
String password)
DOCUMENT ME!
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.