-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable,java.util.Collection,java.util.Set
public class AccessToken.Scope extends HashSet<E>
Authorization Scope
-
-
Constructor Summary
Constructors Constructor Description AccessToken.Scope(Set<String> stringSet)AccessToken.Scope()
-
Method Summary
Modifier and Type Method Description static AccessToken.Scopeparse(String s)Parses a scope from the specified string representation -
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator -
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll -
Methods inherited from class java.util.Set
addAll, containsAll, copyOf, of, retainAll, toArray, toArray -
Methods inherited from class java.util.AbstractCollection
toString -
Methods inherited from class java.util.Collection
parallelStream, removeIf, stream -
Methods inherited from class java.lang.Iterable
forEach, iterator, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
parse
static AccessToken.Scope parse(String s)
Parses a scope from the specified string representation
- Parameters:
s- The scope string
-
-
-
-