Uses of Class
org.gcube.portlet.user.my_vres.shared.AuthorizationBean
-
Packages that use AuthorizationBean Package Description org.gcube.portlet.user.my_vres.client org.gcube.portlet.user.my_vres.server -
-
Uses of AuthorizationBean in org.gcube.portlet.user.my_vres.client
Methods in org.gcube.portlet.user.my_vres.client that return AuthorizationBean Modifier and Type Method Description AuthorizationBeanMyVREsService. getOAuthTempCode(String context, String state, String clientId, String authorisedRedirectURL)Method parameters in org.gcube.portlet.user.my_vres.client with type arguments of type AuthorizationBean Modifier and Type Method Description voidMyVREsServiceAsync. getOAuthTempCode(String context, String state, String clientId, String authorisedRedirectURI, com.google.gwt.user.client.rpc.AsyncCallback<AuthorizationBean> callback) -
Uses of AuthorizationBean in org.gcube.portlet.user.my_vres.server
Methods in org.gcube.portlet.user.my_vres.server that return AuthorizationBean Modifier and Type Method Description AuthorizationBeanMyVREsServiceImpl. getOAuthTempCode(String context, String state, String clientId, String redirectURL)
-