org.drools.guvnor.client.rpc
Class UserSecurityContext
java.lang.Object
org.drools.guvnor.client.rpc.UserSecurityContext
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class UserSecurityContext
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
This is passed back to the client to give the UI some context information on what to display and
not display.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserSecurityContext
public UserSecurityContext()
UserSecurityContext
public UserSecurityContext(String userName)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.