Class ProgrammaticLoginPermission

  • All Implemented Interfaces:
    Serializable, Guard

    public class ProgrammaticLoginPermission
    extends BaseProgrammaticLoginPermission
    Permission for using programmatic login.

    This permission is used by ProgrammaticLogin to verify whether the invoking code has been granted the use of this interface.

    The name of this permission is the name of the method being invoked.

    See Also:
    Serialized Form
    • Constructor Detail

      • ProgrammaticLoginPermission

        public ProgrammaticLoginPermission​(String name)