Interface HttpSecuritySupportingManagedObject<O extends java.lang.Enum<O>>

    • Method Detail

      • linkAuthentication

        void linkAuthentication​(O dependency)
        Links the custom authentication for the dependency.
        Parameters:
        dependency - Dependency key.
      • linkHttpAuthentication

        void linkHttpAuthentication​(O dependency)
        Links the HttpAuthentication for the dependency.
        Parameters:
        dependency - Dependency key.
      • linkAccessControl

        void linkAccessControl​(O dependency)
        Links the custom access control for the dependency.
        Parameters:
        dependency - Dependency key.
      • linkHttpAccessControl

        void linkHttpAccessControl​(O dependency)
        Links the HttpAccessControl for the dependency.
        Parameters:
        dependency - Dependency key.