org.codehaus.plexus.security.keys.jdo.v0_9_0
Class AuthenticationKeyDatabase

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

public class AuthenticationKeyDatabase
extends Object
implements Serializable

Class AuthenticationKeyDatabase.

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

Constructor Summary
AuthenticationKeyDatabase()
           
 
Method Summary
 void addKey(JdoAuthenticationKey jdoAuthenticationKey)
          Method addKey.
 List getKeys()
          Method getKeys.
 String getModelEncoding()
          Get the modelEncoding field.
 void removeKey(JdoAuthenticationKey jdoAuthenticationKey)
          Method removeKey.
 void setKeys(List keys)
          Set the keys field.
 void setModelEncoding(String modelEncoding)
          Set the modelEncoding field.
 
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 List getKeys()
Method getKeys.

Returns:
List

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

removeKey

public void removeKey(JdoAuthenticationKey jdoAuthenticationKey)
Method removeKey.

Parameters:
jdoAuthenticationKey -

setKeys

public void setKeys(List keys)
Set the keys field.

Parameters:
keys -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.