Uses of Interface
net.officefloor.web.spi.security.impl.AbstractHttpSecuritySource.DependencyLabeller
-
Packages that use AbstractHttpSecuritySource.DependencyLabeller Package Description net.officefloor.web.spi.security.impl -
-
Uses of AbstractHttpSecuritySource.DependencyLabeller in net.officefloor.web.spi.security.impl
Methods in net.officefloor.web.spi.security.impl that return AbstractHttpSecuritySource.DependencyLabeller Modifier and Type Method Description AbstractHttpSecuritySource.DependencyLabeller
AbstractHttpSecuritySource.MetaDataContext. addDependency(java.lang.Class<?> dependencyType)
Adds a required dependency identified by an index into the order the dependency was added.AbstractHttpSecuritySource.DependencyLabeller
AbstractHttpSecuritySource.MetaDataContext. addDependency(O key, java.lang.Class<?> dependencyType)
Adds a required dependency identified by the key.
-