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

Package class diagram package AuthenticationKeyDatabase
java.lang.Object
  extended by org.codehaus.plexus.security.keys.jdo.v0_9_0.AuthenticationKeyDatabase
All Implemented Interfaces:
java.io.Serializable

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

Class AuthenticationKeyDatabase.

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 the keys field.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 
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.

Returns:
java.util.List

removeKey

public void removeKey(JdoAuthenticationKey jdoAuthenticationKey)
Method removeKey.

Parameters:
jdoAuthenticationKey -

setKeys

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

Parameters:
keys -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.