Class Access
- All Implemented Interfaces:
Comparable<Access>
,Iterable<Service>
,Collection<Service>
,Set<Service>
,AuthInfo
public class Access
extends com.google.common.collect.ForwardingSet<Service>
implements Comparable<Access>, AuthInfo
TODO
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ForwardingSet
standardEquals, standardHashCode, standardRemoveAll
Methods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
Access
-
-
Method Details
-
builder
-
toBuilder
-
getToken
TODO -
getUser
TODO -
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
- Overrides:
toString
in classcom.google.common.collect.ForwardingObject
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Access>
-
delegate
- Specified by:
delegate
in classcom.google.common.collect.ForwardingSet<Service>
-
getAuthToken
- Specified by:
getAuthToken
in interfaceAuthInfo
-