Copyright© 2008-2026 Sitevision AB, all rights reserved.
@Requireable(value="UserFactory") public interface UserFactory
An instance of the Sitevision class implementing this interface can be obtained via
Utils.getUserFactory().
See Utils for how to obtain an instance of the Utils interface.
| Modifier and Type | Method and Description |
|---|---|
SimpleUserUtil |
getSimpleUserUtil()
Gets an instance of a simple user utility class.
|
SystemUserUtil |
getSystemUserUtil()
Gets an instance of a system user utility class.
|
UserDataUtil |
getUserDataUtil()
Gets an instance of a user data utility class.
|
UserIdentityUtil |
getUserIdentityUtil()
Gets an instance of a user identity utility class.
|
UserIdentityWrapper |
getUserIdentityWrapper(Node aUserIdentity)
Gets an instance of a user identity wrapper.
|
UserUtil |
getUserUtil()
Gets an instance of a user utility class.
|
UserIdentityUtil getUserIdentityUtil()
UserIdentityWrapper getUserIdentityWrapper(Node aUserIdentity)
aUserIdentity - a user identity (or user)SystemUserUtil getSystemUserUtil()
UserUtil getUserUtil()
SimpleUserUtil getSimpleUserUtil()
UserDataUtil getUserDataUtil()
Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.