Interface SecurityBuilder<O>

    • Method Detail

      • build

        O build()
         throws java.lang.Exception
        Builds the object and returns it or null.
        Returns:
        the Object to be built or null if the implementation allows it.
        Throws:
        java.lang.Exception - if an error occurred when building the Object