Uses of Class
org.oa4mp.server.loader.oauth2.tokens.AuthorizationPath
-
Packages that use AuthorizationPath Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens -
-
Uses of AuthorizationPath in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens that return types with arguments of type AuthorizationPath Modifier and Type Method Description Collection<AuthorizationPath>
AuthorizationTemplate. getPaths()
Method parameters in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens with type arguments of type AuthorizationPath Modifier and Type Method Description void
AuthorizationTemplate. setPaths(Collection<AuthorizationPath> paths)
Constructor parameters in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens with type arguments of type AuthorizationPath Constructor Description AuthorizationTemplate(String audience, Collection<AuthorizationPath> paths)
-