Interface CachePrincipalFactory
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface CachePrincipalFactory
Factory for creatingPrincipalinstances based on the principal name. The factory is used to create the principal based on the cached principal name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Principalcreate(String principalName)Create a newPrincipalinstance based on the principal name provided.
-