org.kuali.rice.ksb.security.admin
Class KeyStoreEntryDataContainer
java.lang.Object
   org.kuali.rice.ksb.security.admin.KeyStoreEntryDataContainer
org.kuali.rice.ksb.security.admin.KeyStoreEntryDataContainer
- All Implemented Interfaces: 
- Serializable
- public class KeyStoreEntryDataContainer 
- extends Object- implements Serializable
Class used to hold displayable data for KeyStore entries
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DISPLAYABLE_ENTRY_TYPES
public static final Map<Class<? extends KeyStore.Entry>,String> DISPLAYABLE_ENTRY_TYPES
KeyStoreEntryDataContainer
public KeyStoreEntryDataContainer(String alias,
                                  Date createDate)
isAllowsRemoval
public boolean isAllowsRemoval()
- 
 
- 
 
getDisplayType
public String getDisplayType()
- 
 
- 
 
getAlias
public String getAlias()
- 
 
- 
- Returns:
- the alias
 
setAlias
public void setAlias(String alias)
- 
 
- 
- Parameters:
- alias- the alias to set
 
getCreateDate
public Date getCreateDate()
- 
 
- 
- Returns:
- the createDate
 
setCreateDate
public void setCreateDate(Date createDate)
- 
 
- 
- Parameters:
- createDate- the createDate to set
 
getType
public Class<? extends KeyStore.Entry> getType()
- 
 
- 
- Returns:
- the type
 
setType
public void setType(Class<? extends KeyStore.Entry> type)
- 
 
- 
- Parameters:
- type- the type to set
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.