public class SearchGuardACL extends Object implements Iterable<SearchGuardACL.Acl>
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchGuardACL.Acl |
| Modifier and Type | Field and Description |
|---|---|
static String |
OPENSHIFT_SYNC |
| Constructor and Description |
|---|
SearchGuardACL() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchGuardACL.Acl> |
iterator()
An iterator that is safe to delete from
while spinning through the ACLs
|
void |
remove(SearchGuardACL.Acl acl)
Remove an ACL
|
void |
syncFrom(UserProjectCache cache,
String userProfilePrefix) |
public static final String OPENSHIFT_SYNC
public Iterator<SearchGuardACL.Acl> iterator()
iterator in interface Iterable<SearchGuardACL.Acl>public void remove(SearchGuardACL.Acl acl)
acl - public void syncFrom(UserProjectCache cache, String userProfilePrefix)
Copyright © 2015 Red Hat. All rights reserved.