@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, store
protected com.opensymphony.user.provider.AccessProvider getNextAccessProvider()
protected Class getProviderClass()
ChainedUserProvider
If this provider class isn't a sub-type of UserProvider, things will fall over in a painful fashion.
getProviderClass
in class ChainedUserProvider
public boolean addToGroup(String s, String s1)
addToGroup
in interface com.opensymphony.user.provider.AccessProvider
public boolean inGroup(String s, String s1)
inGroup
in interface com.opensymphony.user.provider.AccessProvider
public List listGroupsContainingUser(String s)
listGroupsContainingUser
in interface com.opensymphony.user.provider.AccessProvider
public List listUsersInGroup(String s)
listUsersInGroup
in interface com.opensymphony.user.provider.AccessProvider
public boolean removeFromGroup(String s, String s1)
removeFromGroup
in interface com.opensymphony.user.provider.AccessProvider
protected void flushCache(com.atlassian.cache.Cache cache)
Copyright © 2003–2019 Atlassian. All rights reserved.