|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.auth.Resources
public final class Resources
Field Summary | |
---|---|
static java.lang.String |
KEYSPACES
Deprecated. |
static java.lang.String |
ROOT
Deprecated. |
Constructor Summary | |
---|---|
Resources()
|
Method Summary | |
---|---|
static java.util.List<? extends IResource> |
chain(IResource resource)
Construct a chain of resource parents starting with the resource and ending with the root. |
static java.lang.String |
toString(java.util.List<java.lang.Object> resource)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Deprecated public static final java.lang.String ROOT
@Deprecated public static final java.lang.String KEYSPACES
Constructor Detail |
---|
public Resources()
Method Detail |
---|
public static java.util.List<? extends IResource> chain(IResource resource)
resource
- The staring point.
@Deprecated public static java.lang.String toString(java.util.List<java.lang.Object> resource)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |