@Deprecated public class ChainedAccessProvider extends ChainedUserProvider implements com.opensymphony.user.provider.AccessProvider
| Constructor and Description | 
|---|
ChainedAccessProvider()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
addToGroup(String s,
          String s1)
Deprecated.  
  | 
protected void | 
flushCache(com.atlassian.cache.Cache cache)
Deprecated.  
  | 
protected com.opensymphony.user.provider.AccessProvider | 
getNextAccessProvider()
Deprecated.  
  | 
protected Class | 
getProviderClass()
Deprecated.  
Get the exact kind of provider we are chaining. 
 | 
boolean | 
inGroup(String s,
       String s1)
Deprecated.  
  | 
List | 
listGroupsContainingUser(String s)
Deprecated.  
  | 
List | 
listUsersInGroup(String s)
Deprecated.  
  | 
boolean | 
removeFromGroup(String s,
               String s1)
Deprecated.  
  | 
create, flushCaches, getNextProvider, handles, init, list, load, remove, storeprotected com.opensymphony.user.provider.AccessProvider getNextAccessProvider()
protected Class getProviderClass()
ChainedUserProviderIf this provider class isn't a sub-type of UserProvider, things will fall over in a painful fashion.
getProviderClass in class ChainedUserProviderpublic boolean addToGroup(String s, String s1)
addToGroup in interface com.opensymphony.user.provider.AccessProviderpublic boolean inGroup(String s, String s1)
inGroup in interface com.opensymphony.user.provider.AccessProviderpublic List listGroupsContainingUser(String s)
listGroupsContainingUser in interface com.opensymphony.user.provider.AccessProviderpublic List listUsersInGroup(String s)
listUsersInGroup in interface com.opensymphony.user.provider.AccessProviderpublic boolean removeFromGroup(String s, String s1)
removeFromGroup in interface com.opensymphony.user.provider.AccessProviderprotected void flushCache(com.atlassian.cache.Cache cache)
Copyright © 2003–2022 Atlassian. All rights reserved.