Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.mock | |
org.opennms.netmgt.notifd | |
org.opennms.web.springframework.security |
Modifier and Type | Class and Description |
---|---|
class |
UserFactory
UserFactory class.
|
Modifier and Type | Method and Description |
---|---|
static UserManager |
UserFactory.getInstance()
Singleton static call to get the only instance that should exist for the
UserFactory
|
Modifier and Type | Method and Description |
---|---|
static void |
UserFactory.setInstance(UserManager mgr)
Setter for the field
instance . |
Constructor and Description |
---|
WebRoleManagerImpl(GroupManager groupManager,
UserManager userManager)
Constructor for Manager.
|
Modifier and Type | Class and Description |
---|---|
class |
MockUserManager |
Modifier and Type | Method and Description |
---|---|
UserManager |
BroadcastEventProcessor.getUserManager()
getUserManager
|
Modifier and Type | Method and Description |
---|---|
void |
BroadcastEventProcessor.setUserManager(UserManager userManager)
setUserManager
|
Constructor and Description |
---|
NotificationTask(NotificationManager notificationManager,
UserManager userManager,
long sendTime,
Map<String,String> someParams,
List<NotificationTask> siblings,
String autoNotify,
Executor executor)
Constructor, initializes some information
|
Modifier and Type | Method and Description |
---|---|
UserManager |
HybridOpenNMSUserAuthenticationProvider.getUserManager() |
UserManager |
SpringSecurityUserDaoImpl.getUserManager()
Gets the user manager.
|
Modifier and Type | Method and Description |
---|---|
void |
HybridOpenNMSUserAuthenticationProvider.setUserManager(UserManager userManager) |
void |
SpringSecurityUserDaoImpl.setUserManager(UserManager mgr)
Sets the user manager.
|
Copyright © 2021. All rights reserved.