org.kuali.student.common.ui.client.service
Interface SecurityRpcService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- SecurityRpcGwtServlet
@RemoteServiceRelativePath(value="rpcservices/SecurityRpcService")
public interface SecurityRpcService
- extends com.google.gwt.user.client.rpc.RemoteService
Currently this only allows querying server to see which user is logged in.
TODO: Expand to support additional auth/authz operations.
- Author:
- Kuali Student Team
getPrincipalUsername
String getPrincipalUsername()
Copyright © 2010 The Kuali Foundation. All rights reserved.