public class FilePartitionStore extends Object implements org.picketlink.idm.spi.PartitionStore
PartitionStore implementation that persists Partition instances using the FileBasedIdentityStore.
| Constructor and Description |
|---|
FilePartitionStore(FileBasedIdentityStore identityStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
createPartition(org.picketlink.idm.model.Partition partition) |
org.picketlink.idm.model.Realm |
getRealm(String name) |
org.picketlink.idm.model.Tier |
getTier(String name) |
org.picketlink.idm.model.Partition |
lookupById(String id) |
void |
removePartition(org.picketlink.idm.model.Partition partition) |
public FilePartitionStore(FileBasedIdentityStore identityStore)
public void createPartition(org.picketlink.idm.model.Partition partition)
createPartition in interface org.picketlink.idm.spi.PartitionStorepublic void removePartition(org.picketlink.idm.model.Partition partition)
removePartition in interface org.picketlink.idm.spi.PartitionStorepublic org.picketlink.idm.model.Realm getRealm(String name)
getRealm in interface org.picketlink.idm.spi.PartitionStorepublic org.picketlink.idm.model.Tier getTier(String name)
getTier in interface org.picketlink.idm.spi.PartitionStorepublic org.picketlink.idm.model.Partition lookupById(String id)
Copyright © 2013. All Rights Reserved.