Uses of Interface
net.officefloor.web.spi.security.HttpAuthenticationFactory
-
Packages that use HttpAuthenticationFactory Package Description net.officefloor.web.security.type net.officefloor.web.spi.security net.officefloor.web.spi.security.impl -
-
Uses of HttpAuthenticationFactory in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type that return HttpAuthenticationFactory Modifier and Type Method Description HttpAuthenticationFactory<A,C>
HttpSecurityType. getHttpAuthenticationFactory()
Should the custom authentication not implementHttpAuthentication
, then this factory provides a wrappingHttpAuthentication
implementation.HttpAuthenticationFactory<A,C>
HttpSecurityTypeImpl. getHttpAuthenticationFactory()
Constructors in net.officefloor.web.security.type with parameters of type HttpAuthenticationFactory Constructor Description HttpSecurityTypeImpl(java.lang.Class<A> authenticationType, HttpAuthenticationFactory<A,C> httpAuthenticationFactory, java.lang.Class<AC> accessControlType, HttpAccessControlFactory<AC> httpAccessControlFactory, java.lang.Class<C> credentialsType, ManagedObjectType<O> moAccessControlType, HttpSecuritySupportingManagedObjectType<?>[] supportingManagedObjectTypes)
Initiate. -
Uses of HttpAuthenticationFactory in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return HttpAuthenticationFactory Modifier and Type Method Description HttpAuthenticationFactory<A,C>
HttpSecuritySourceMetaData. getHttpAuthenticationFactory()
Obtains theHttpAuthenticationFactory
to adapt the custom authentication into aHttpAuthentication
. -
Uses of HttpAuthenticationFactory in net.officefloor.web.spi.security.impl
Methods in net.officefloor.web.spi.security.impl with parameters of type HttpAuthenticationFactory Modifier and Type Method Description void
AbstractHttpSecuritySource.MetaDataContext. setHttpAuthenticationFactory(HttpAuthenticationFactory<A,C> httpAuthenticationFactory)
Specifies theHttpAuthenticationFactory
.
-