public class AuthScopeExpressions
extends java.lang.Object
AuthScopeExpression in its annotation-provided configuration
form.| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
encode(AuthScopeExpression authScopeExpression)
Encodes an
AuthScopeExpression back into its String List form. |
static java.util.List<java.lang.String> |
encodeMutable(AuthScopeExpression authScopeExpression)
Encodes an
AuthScopeExpression back into its mutable String List form. |
static AuthScopeExpression |
interpret(java.util.List<java.lang.String> scopes)
Interprets the list of annotation-provided scope strings into an
AuthScopeExpression; |
static AuthScopeExpression |
interpret(java.lang.String... scopes)
Interprets the annotation-provided scope strings into an
AuthScopeExpression; |
public static AuthScopeExpression interpret(java.lang.String... scopes)
AuthScopeExpression;public static AuthScopeExpression interpret(java.util.List<java.lang.String> scopes)
AuthScopeExpression;public static java.util.List<java.lang.String> encode(AuthScopeExpression authScopeExpression)
AuthScopeExpression back into its String List form.public static java.util.List<java.lang.String> encodeMutable(AuthScopeExpression authScopeExpression)
AuthScopeExpression back into its mutable String List form.