Interface PrincipalFactory
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines operations to create principals.
- Since:
- 4.1.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault PrincipalCreate principal.Create principal along with its attributes.
-
Field Details
-
BEAN_NAME
Implementation bean name.- See Also:
-
-
Method Details