Package | Description |
---|---|
org.exoplatform.services.jcr.access |
This package provides access control API.
|
org.exoplatform.services.jcr.core |
This package provides the JCR core classes.
|
org.exoplatform.services.security |
This package provides the security service.
|
Modifier and Type | Method and Description |
---|---|
MembershipEntry |
AccessControlEntry.getMembershipEntry() |
Modifier and Type | Method and Description |
---|---|
javax.jcr.Session |
ManageableRepository.getDynamicSession(String workspaceName,
Collection<MembershipEntry> membershipEntries) |
Modifier and Type | Method and Description |
---|---|
static MembershipEntry |
MembershipEntry.parse(String identityStr) |
Modifier and Type | Method and Description |
---|---|
Collection<MembershipEntry> |
Identity.getMemberships() |
Modifier and Type | Method and Description |
---|---|
boolean |
Identity.isMemberOf(MembershipEntry me) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
RolesExtractor.extractRoles(String userId,
Set<MembershipEntry> memberships)
Extracts J2EE roles from userId and|or groups the user belongs to both
parameters may be null
|
void |
Identity.setMemberships(Collection<MembershipEntry> memberships)
Deprecated.
for back compatibility.
|
Constructor and Description |
---|
Identity(String userId,
Collection<MembershipEntry> memberships) |
Identity(String userId,
Collection<MembershipEntry> memberships,
Collection<String> roles) |
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.