it.sistematica.isharedoc.service.keyring
Class KeyringItem.Password

java.lang.Object
  extended by it.sistematica.isharedoc.service.keyring.KeyringItem<java.lang.String>
      extended by it.sistematica.isharedoc.service.keyring.KeyringItem.Password
Enclosing class:
KeyringItem<T>

public static final class KeyringItem.Password
extends KeyringItem<java.lang.String>


Nested Class Summary
 
Nested classes/interfaces inherited from class it.sistematica.isharedoc.service.keyring.KeyringItem
KeyringItem.ItemType, KeyringItem.Password, KeyringItem.PrivateKey, KeyringItem.X509Certificate
 
Constructor Summary
KeyringItem.Password(java.lang.String object)
           
 
Method Summary
 KeyringItem.ItemType getType()
           
 
Methods inherited from class it.sistematica.isharedoc.service.keyring.KeyringItem
getAlias, getKeyringId, getObject, setAlias, setKeyringId, setObject, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyringItem.Password

public KeyringItem.Password(java.lang.String object)
Method Detail

getType

public KeyringItem.ItemType getType()
Specified by:
getType in class KeyringItem<java.lang.String>