Uses of Interface
net.officefloor.web.security.type.HttpSecuritySupportingManagedObjectType
-
Packages that use HttpSecuritySupportingManagedObjectType Package Description net.officefloor.web.security.type -
-
Uses of HttpSecuritySupportingManagedObjectType in net.officefloor.web.security.type
Classes in net.officefloor.web.security.type that implement HttpSecuritySupportingManagedObjectType Modifier and Type Class Description class
HttpSecuritySupportingManagedObjectImpl<O extends java.lang.Enum<O>>
HttpSecuritySupportingManagedObject
implementation.Methods in net.officefloor.web.security.type that return HttpSecuritySupportingManagedObjectType Modifier and Type Method Description HttpSecuritySupportingManagedObjectType<?>[]
HttpSecurityType. getSupportingManagedObjectTypes()
Obtains theHttpSecuritySupportingManagedObjectType
definitions of theHttpSecuritySupportingManagedObject
instances provided by theHttpSecuritySource
.HttpSecuritySupportingManagedObjectType<?>[]
HttpSecurityTypeImpl. getSupportingManagedObjectTypes()
HttpSecuritySupportingManagedObjectType<?>
HttpSecuritySupportingManagedObjectImpl. loadHttpSecuritySupportingManagedObjectType(java.util.function.BiFunction<ManagedObjectSource<?,?>,PropertyList,ManagedObjectType<?>> managedObjectTypeLoader)
Loads theHttpSecuritySupportingManagedObjectType
.Constructors in net.officefloor.web.security.type with parameters of type HttpSecuritySupportingManagedObjectType 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.
-