org.kuali.rice.kew.user
Class AuthenticationUserId

java.lang.Object
  extended by org.kuali.rice.kew.user.AuthenticationUserId
All Implemented Interfaces:
Serializable, Id, UserId
Direct Known Subclasses:
PrincipalName

Deprecated. use PrincipalName instead

public class AuthenticationUserId
extends Object
implements UserId

A UserId which represents the id a user would use to authenticate with the system. Also known as a "Network ID".

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
private  String authenticationId
          Deprecated.  
private static long serialVersionUID
          Deprecated.  
 
Constructor Summary
AuthenticationUserId()
          Deprecated.  
AuthenticationUserId(String authenticationId)
          Deprecated.  
 
Method Summary
 boolean equals(Object obj)
          Deprecated. If you make this class non-final, you must rewrite equals to work for subclasses.
 String getAuthenticationId()
          Deprecated.  
 String getId()
          Deprecated. Returns the value of the id as a String
 int hashCode()
          Deprecated.  
 boolean isEmpty()
          Deprecated. Returns true if this userId has an empty value.
 void setAuthenticationId(String authenticationId)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

authenticationId

private String authenticationId
Deprecated. 
Constructor Detail

AuthenticationUserId

public AuthenticationUserId(String authenticationId)
Deprecated. 

AuthenticationUserId

public AuthenticationUserId()
Deprecated. 
Method Detail

getId

public String getId()
Deprecated. 
Description copied from interface: UserId
Returns the value of the id as a String

Specified by:
getId in interface UserId

getAuthenticationId

public String getAuthenticationId()
Deprecated. 

setAuthenticationId

public void setAuthenticationId(String authenticationId)
Deprecated. 

isEmpty

public boolean isEmpty()
Deprecated. 
Returns true if this userId has an empty value. Empty userIds can't be used as keys in a Hash, among other things.

Specified by:
isEmpty in interface Id
Returns:
true if this instance doesn't have a value

equals

public boolean equals(Object obj)
Deprecated. 
If you make this class non-final, you must rewrite equals to work for subclasses.

Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.