public class KeyStoreEntryDataContainer extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static Map<Class<? extends KeyStore.Entry>,String> | DISPLAYABLE_ENTRY_TYPES | 
| Constructor and Description | 
|---|
| KeyStoreEntryDataContainer(String alias,
                                                    Date createDate) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAlias() | 
| Date | getCreateDate() | 
| String | getDisplayType() | 
| Class<? extends KeyStore.Entry> | getType() | 
| boolean | isAllowsRemoval() | 
| void | setAlias(String alias) | 
| void | setCreateDate(Date createDate) | 
| void | setType(Class<? extends KeyStore.Entry> type) | 
public static final Map<Class<? extends KeyStore.Entry>,String> DISPLAYABLE_ENTRY_TYPES
public KeyStoreEntryDataContainer(String alias, Date createDate)
public boolean isAllowsRemoval()
public String getDisplayType()
public Date getCreateDate()
public void setCreateDate(Date createDate)
createDate - the createDate to setpublic Class<? extends KeyStore.Entry> getType()
public void setType(Class<? extends KeyStore.Entry> type)
type - the type to setCopyright © 2005–2014 The Kuali Foundation. All rights reserved.