Interface ProtectorCreator
- All Known Subinterfaces:
- PrismContext
public interface ProtectorCreator
Creates protectors based on corresponding builder objects.
  Usually implemented by the PrismContext.
- 
Method SummaryModifier and TypeMethodDescriptionCreates initialized KeyStoreBasedProtector according to configured KeyStoreBasedProtectorBuilder object.Creates uninitialized KeyStoreBasedProtector according to configured KeyStoreBasedProtectorBuilder object.
- 
Method Details- 
createInitializedProtectorCreates initialized KeyStoreBasedProtector according to configured KeyStoreBasedProtectorBuilder object.
- 
createProtectorCreates uninitialized KeyStoreBasedProtector according to configured KeyStoreBasedProtectorBuilder object.
 
-