Interface ProtectorCreator
- All Known Subinterfaces:
PrismContext
- All Known Implementing Classes:
PrismContextImpl
public interface ProtectorCreator
Creates protectors based on corresponding builder objects.
Usually implemented by the PrismContext.
-
Method Summary
Modifier and TypeMethodDescriptionCreates initialized KeyStoreBasedProtector according to configured KeyStoreBasedProtectorBuilder object.Creates uninitialized KeyStoreBasedProtector according to configured KeyStoreBasedProtectorBuilder object.
-
Method Details
-
createInitializedProtector
Creates initialized KeyStoreBasedProtector according to configured KeyStoreBasedProtectorBuilder object. -
createProtector
Creates uninitialized KeyStoreBasedProtector according to configured KeyStoreBasedProtectorBuilder object.
-