Annotation Type TwoWayPasswordEncoderPlugin


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface TwoWayPasswordEncoderPlugin
    Classes annotated with "TwoWayPasswordEncoderPlugin" are automatically recognized and registered as a new data type in the form of a TwoWayPasswordEncoderInterface class.
    Author:
    matt
    • Element Detail

      • id

        String id
        Returns:
        The ID of the password encoder plugin. You can specify more than one ID in a comma separated format: id1,id2,id3 for deprecation purposes.
      • description

        String description
        Default:
        ""
      • isSeparateClassLoaderNeeded

        boolean isSeparateClassLoaderNeeded
        Returns:
        True if a separate class loader is needed every time this class is instantiated
        Default:
        false
      • documentationUrl

        String documentationUrl
        Default:
        ""
      • casesUrl

        String casesUrl
        Default:
        ""
      • forumUrl

        String forumUrl
        Default:
        ""
      • classLoaderGroup

        String classLoaderGroup
        Default:
        ""