| Package | Description |
|---|---|
| org.jahia.services.content.decorator | |
| org.jahia.services.usermanager |
| Modifier and Type | Method and Description |
|---|---|
JahiaGroup |
JCRGroupNode.getJahiaGroup() |
| Modifier and Type | Class and Description |
|---|---|
class |
GuestGroup
Special user group that represents anonymous users in the system.
|
class |
JahiaGroupImpl
This class represents a group of
Principals which can be users
or groups. |
class |
UsersGroup
Special user group that represents all users of the system.
|
| Modifier and Type | Method and Description |
|---|---|
abstract JahiaGroup |
JahiaGroupManagerProvider.createGroup(int siteID,
String name,
Properties properties,
boolean hidden)
Deprecated.
Create a new group in the system.
|
abstract JahiaGroup |
JahiaGroupManagerProvider.getAdministratorGroup(int siteID)
Deprecated.
|
abstract JahiaGroup |
JahiaGroupManagerProvider.getGuestGroup(int siteID)
Deprecated.
Return an instance of the guest group
|
abstract JahiaGroup |
JahiaGroupManagerProvider.getUsersGroup(int siteID)
Deprecated.
Return an instance of the users group.
|
abstract JahiaGroup |
JahiaGroupManagerProvider.lookupGroup(int siteID,
String name)
Deprecated.
Lookup the group information from the underlying system (DB, LDAP, ...
|
abstract JahiaGroup |
JahiaGroupManagerProvider.lookupGroup(String groupKey)
Deprecated.
Lookup the group information from the underlying system (DB, LDAP, ...
|
| Modifier and Type | Method and Description |
|---|---|
abstract Set<JahiaGroup> |
JahiaGroupManagerProvider.searchGroups(int siteID,
Properties searchCriterias)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
JahiaGroupManagerProvider.deleteGroup(JahiaGroup g)
Deprecated.
|
abstract void |
JahiaGroupManagerProvider.updateCache(JahiaGroup jahiaGroup)
Deprecated.
This method indicates that any internal cache for a provider should be
updated because the value has changed and needs to be transmitted to the
other nodes in a clustering environment.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.