Uses of Class
org.oa4mp.server.loader.oauth2.functor.claims.ClaimFunctor
-
Packages that use ClaimFunctor Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.functor.claims -
-
Uses of ClaimFunctor in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.functor.claims
Subclasses of ClaimFunctor in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.functor.claims Modifier and Type Class Description class
jExclude
This will omit the claims.class
jGet
This returns the value of the claim.class
jHasClaim
This takes the name of a claim and returns whether or not it exists in the current set of claims.class
jInclude
This will include only the list of claims in the final claims object.class
jIsMemberOf
This will check that the user is a member of ever listed group.class
jRename
This will rename a claim.class
jSet
Sets a claim to a specified value.
-