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

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

public class AuthenticationKeyDatabase
extends java.lang.Object
implements java.io.Serializable

null

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

Constructor Summary
AuthenticationKeyDatabase()
           
 
Method Summary
 void addKey(JdoAuthenticationKey jdoAuthenticationKey)
          Method addKey
 java.util.List getKeys()
          Method getKeys
 java.lang.String getModelEncoding()
           
 void removeKey(JdoAuthenticationKey jdoAuthenticationKey)
          Method removeKey
 void setKeys(java.util.List keys)
          Set null
 void setModelEncoding(java.lang.String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationKeyDatabase

public AuthenticationKeyDatabase()
Method Detail

addKey

public void addKey(JdoAuthenticationKey jdoAuthenticationKey)
Method addKey

Parameters:
jdoAuthenticationKey -

getKeys

public java.util.List getKeys()
Method getKeys


removeKey

public void removeKey(JdoAuthenticationKey jdoAuthenticationKey)
Method removeKey

Parameters:
jdoAuthenticationKey -

setKeys

public void setKeys(java.util.List keys)
Set null

Parameters:
keys -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2001-2007 Codehaus. All Rights Reserved.