com.tibco.bpm.web.client.services.results
Class AuthenticationResult

java.lang.Object
  extended by com.tibco.bpm.web.client.services.results.AuthenticationResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, net.customware.gwt.dispatch.shared.Result

public class AuthenticationResult
extends java.lang.Object
implements net.customware.gwt.dispatch.shared.Result

Returns the user name or guid

©2012 Cloud Software Group, Inc.

Since:
2.0.0

Constructor Summary
AuthenticationResult(java.lang.String authinfo)
          Construct a new AuthenticationResult
 
Method Summary
 java.lang.String getAuthinfo()
          Returns the authentication info
 void setAuthinfo(java.lang.String authinfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationResult

public AuthenticationResult(java.lang.String authinfo)
Construct a new AuthenticationResult

Parameters:
authinfo -
Method Detail

setAuthinfo

public void setAuthinfo(java.lang.String authinfo)

getAuthinfo

public java.lang.String getAuthinfo()
Returns the authentication info

Returns:
Returns the authinfo


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.