Class jhasScope
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.functor.JFunctorImpl
-
- org.oa4mp.server.loader.oauth2.functor.claims.jhasScope
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.util.functor.JFunctor
,edu.uiuc.ncsa.security.util.functor.JMetaMetaFunctor
,edu.uiuc.ncsa.security.util.functor.JSONFunctor
,Serializable
public class jhasScope extends edu.uiuc.ncsa.security.util.functor.JFunctorImpl
Check if a single scope is allowed for this source.Created by Jeff Gaynor
on 7/23/18 at 4:41 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description jhasScope(Collection<String> scopes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute()
-
-
-
Constructor Detail
-
jhasScope
public jhasScope(Collection<String> scopes)
-
-
Method Detail
-
execute
public Object execute()
-
-