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