org.codehaus.plexus.redback.keys.jdo
Class JdoAuthenticationKey

java.lang.Object
  extended by org.codehaus.plexus.redback.keys.jdo.JdoAuthenticationKey
All Implemented Interfaces:
java.io.Serializable, org.codehaus.plexus.redback.keys.AuthenticationKey

public class JdoAuthenticationKey
extends java.lang.Object
implements org.codehaus.plexus.redback.keys.AuthenticationKey, java.io.Serializable

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
JdoAuthenticationKey()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals
 java.util.Date getDateCreated()
          Get null
 java.util.Date getDateExpires()
          Get null
 java.lang.String getForPrincipal()
          Get null
 java.lang.String getKey()
          Get null
 java.lang.String getModelEncoding()
           
 java.lang.String getPurpose()
          Get null
 int hashCode()
          Method hashCode
 void setDateCreated(java.util.Date dateCreated)
          Set null
 void setDateExpires(java.util.Date dateExpires)
          Set null
 void setForPrincipal(java.lang.String forPrincipal)
          Set null
 void setKey(java.lang.String key)
          Set null
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setPurpose(java.lang.String purpose)
          Set null
 java.lang.String toString()
          Method toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdoAuthenticationKey

public JdoAuthenticationKey()
Method Detail

equals

public boolean equals(java.lang.Object other)
Method equals

Overrides:
equals in class java.lang.Object
Parameters:
other -

getDateCreated

public java.util.Date getDateCreated()
Get null

Specified by:
getDateCreated in interface org.codehaus.plexus.redback.keys.AuthenticationKey

getDateExpires

public java.util.Date getDateExpires()
Get null

Specified by:
getDateExpires in interface org.codehaus.plexus.redback.keys.AuthenticationKey

getForPrincipal

public java.lang.String getForPrincipal()
Get null

Specified by:
getForPrincipal in interface org.codehaus.plexus.redback.keys.AuthenticationKey

getKey

public java.lang.String getKey()
Get null

Specified by:
getKey in interface org.codehaus.plexus.redback.keys.AuthenticationKey

getPurpose

public java.lang.String getPurpose()
Get null

Specified by:
getPurpose in interface org.codehaus.plexus.redback.keys.AuthenticationKey

hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class java.lang.Object

setDateCreated

public void setDateCreated(java.util.Date dateCreated)
Set null

Specified by:
setDateCreated in interface org.codehaus.plexus.redback.keys.AuthenticationKey
Parameters:
dateCreated -

setDateExpires

public void setDateExpires(java.util.Date dateExpires)
Set null

Specified by:
setDateExpires in interface org.codehaus.plexus.redback.keys.AuthenticationKey
Parameters:
dateExpires -

setForPrincipal

public void setForPrincipal(java.lang.String forPrincipal)
Set null

Specified by:
setForPrincipal in interface org.codehaus.plexus.redback.keys.AuthenticationKey
Parameters:
forPrincipal -

setKey

public void setKey(java.lang.String key)
Set null

Specified by:
setKey in interface org.codehaus.plexus.redback.keys.AuthenticationKey
Parameters:
key -

setPurpose

public void setPurpose(java.lang.String purpose)
Set null

Specified by:
setPurpose in interface org.codehaus.plexus.redback.keys.AuthenticationKey
Parameters:
purpose -

toString

public java.lang.String toString()
Method toString

Overrides:
toString in class java.lang.Object

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2001-2007 Codehaus. All Rights Reserved.