public class FilePartition extends AbstractFileAttributedType<Partition>
Modifier | Constructor and Description |
---|---|
protected |
FilePartition(Partition object,
String configurationName) |
Modifier and Type | Method and Description |
---|---|
protected Partition |
doCreateInstance(Map<String,Serializable> properties) |
protected Partition |
doPopulateEntry(Map<String,Serializable> properties) |
protected void |
doPopulateProperties(Map<String,Serializable> properties) |
protected void |
doReadObject(ObjectInputStream s) |
protected void |
doWriteObject(ObjectOutputStream s) |
String |
getConfigurationName() |
Map<String,Map<String,List<FileCredentialStorage>>> |
getCredentials() |
Map<String,Map<String,FileIdentityType>> |
getIdentityTypes() |
Map<String,List<FilePermission>> |
getPermissions() |
void |
setCredentials(Map<String,Map<String,List<FileCredentialStorage>>> credentials) |
void |
setIdentityTypes(Map<String,Map<String,FileIdentityType>> identityTypes) |
void |
setPermissions(Map<String,List<FilePermission>> permissions) |
getId
getEntry, getType, getVersion
protected void doReadObject(ObjectInputStream s) throws Exception
doReadObject
in class AbstractFileAttributedType<Partition>
Exception
protected void doWriteObject(ObjectOutputStream s) throws Exception
doWriteObject
in class AbstractFileAttributedType<Partition>
Exception
protected Partition doCreateInstance(Map<String,Serializable> properties) throws Exception
doCreateInstance
in class AbstractFileAttributedType<Partition>
Exception
protected void doPopulateProperties(Map<String,Serializable> properties) throws Exception
doPopulateProperties
in class AbstractFileAttributedType<Partition>
Exception
protected Partition doPopulateEntry(Map<String,Serializable> properties) throws Exception
doPopulateEntry
in class AbstractFileAttributedType<Partition>
Exception
public String getConfigurationName()
public Map<String,Map<String,FileIdentityType>> getIdentityTypes()
public void setIdentityTypes(Map<String,Map<String,FileIdentityType>> identityTypes)
public void setCredentials(Map<String,Map<String,List<FileCredentialStorage>>> credentials)
public void setPermissions(Map<String,List<FilePermission>> permissions)
public Map<String,List<FilePermission>> getPermissions()
Copyright © 2018 JBoss by Red Hat. All rights reserved.