Uses of Class
org.oa4mp.delegation.common.token.impl.AuthorizationGrantImpl
-
Packages that use AuthorizationGrantImpl Package Description org.oa4mp.delegation.common.token.impl org.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities.org.oa4mp.server.admin.myproxy.oauth2.tools -
-
Uses of AuthorizationGrantImpl in org.oa4mp.delegation.common.token.impl
Methods in org.oa4mp.delegation.common.token.impl that return AuthorizationGrantImpl Modifier and Type Method Description static AuthorizationGrantImpl
TokenFactory. createAG(String rawToken)
-
Uses of AuthorizationGrantImpl in org.oa4mp.delegation.server
Methods in org.oa4mp.delegation.server that return AuthorizationGrantImpl Modifier and Type Method Description AuthorizationGrantImpl
OA2TokenForge. createToken(AGRequest2 request)
-
Uses of AuthorizationGrantImpl in org.oa4mp.server.admin.myproxy.oauth2.tools
Methods in org.oa4mp.server.admin.myproxy.oauth2.tools that return AuthorizationGrantImpl Modifier and Type Method Description AuthorizationGrantImpl
OA2CLCCommands. getGrant()
-