org.gridbus.broker.common.security
Class UserCredential

java.lang.Object
  extended by org.gridbus.broker.common.security.UserCredential
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
KeystoreCredential, ProxyCredential, SimpleCredential

public abstract class UserCredential
extends java.lang.Object
implements java.io.Serializable

Author:
krishna
See Also:
Serialized Form

Constructor Summary
UserCredential()
           
 
Method Summary
 java.lang.String getId()
           
abstract  int getType()
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserCredential

public UserCredential()
Method Detail

getId

public java.lang.String getId()
Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Parameters:
id - The id to set.

getType

public abstract int getType()
Returns:
Returns the type.

Copyright © The University of Melbourne. 2006