Uses of Interface
org.technologybrewery.fermenter.stout.authz.StoutAttributePoint
-
Packages that use StoutAttributePoint Package Description org.technologybrewery.fermenter.stout.authz -
-
Uses of StoutAttributePoint in org.technologybrewery.fermenter.stout.authz
Classes in org.technologybrewery.fermenter.stout.authz that implement StoutAttributePoint Modifier and Type Class Description classNoOpAttributePointTo bootstrap the attributes, we need a default attribute point.Fields in org.technologybrewery.fermenter.stout.authz with type parameters of type StoutAttributePoint Modifier and Type Field Description protected Map<String,StoutAttributePoint>StoutAttributeProvider. idToAttributePointMapprotected Map<Class<StoutAttributePoint>,StoutAttributePoint>StoutAttributeProvider. pointClassToInstanceMapprotected Map<Class<StoutAttributePoint>,StoutAttributePoint>StoutAttributeProvider. pointClassToInstanceMapMethods in org.technologybrewery.fermenter.stout.authz that return StoutAttributePoint Modifier and Type Method Description protected StoutAttributePointStoutAttributeProvider. findAttributePointImplementation(StoutAttribute attribute)
-