Package org.forgerock.android.auth
Class AccessToken.Scope
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<java.lang.String>
-
- org.forgerock.android.auth.AccessToken.Scope
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<java.lang.String>,java.util.Collection<java.lang.String>,java.util.Set<java.lang.String>
- Enclosing class:
- AccessToken
public static class AccessToken.Scope extends java.util.HashSet<java.lang.String>Authorization Scope- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AccessToken.Scopeparse(java.lang.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.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
-
-
-
Method Detail
-
parse
public static AccessToken.Scope parse(java.lang.String s)
Parses a scope from the specified string representation- Parameters:
s- The scope string- Returns:
- The scope.
-
-