Class AccessToken.Scope

  • 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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static AccessToken.Scope parse(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
    • Constructor Detail

      • AccessToken.Scope

        AccessToken.Scope(Set<String> stringSet)
      • AccessToken.Scope

        AccessToken.Scope()
    • Method Detail

      • parse

         static AccessToken.Scope parse(String s)

        Parses a scope from the specified string representation

        Parameters:
        s - The scope string
        Returns:

        The scope.