Interface SecurityFactory<T>

All Known Implementing Classes:
FailedSecurityFactory, FixedSecurityFactory, NullSecurityFactory, OneTimeSecurityFactory
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 SecurityFactory<T>
A factory for preconfigured security objects.
Author:
David M. Lloyd
  • Method Summary

    Modifier and Type
    Method
    Description
    Create an instance.