Uses of Interface
net.officefloor.web.spi.security.HttpAuthenticationFactory
Packages that use HttpAuthenticationFactory
Package
Description
-
Uses of HttpAuthenticationFactory in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type that return HttpAuthenticationFactoryModifier and TypeMethodDescriptionHttpSecurityType.getHttpAuthenticationFactory()Should the custom authentication not implementHttpAuthentication, then this factory provides a wrappingHttpAuthenticationimplementation.HttpSecurityTypeImpl.getHttpAuthenticationFactory()Constructors in net.officefloor.web.security.type with parameters of type HttpAuthenticationFactoryModifierConstructorDescriptionHttpSecurityTypeImpl(Class<A> authenticationType, HttpAuthenticationFactory<A, C> httpAuthenticationFactory, Class<AC> accessControlType, HttpAccessControlFactory<AC> httpAccessControlFactory, 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 HttpAuthenticationFactoryModifier and TypeMethodDescriptionHttpSecuritySourceMetaData.getHttpAuthenticationFactory()Obtains theHttpAuthenticationFactoryto 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 HttpAuthenticationFactoryModifier and TypeMethodDescriptionvoidAbstractHttpSecuritySource.MetaDataContext.setHttpAuthenticationFactory(HttpAuthenticationFactory<A, C> httpAuthenticationFactory) Specifies theHttpAuthenticationFactory.