com.ergotech.vib.graphics.AuthorizationButton
The AuthorizationButton graphic is a More Layout button control used for user authentication.
AuthorizationButton is used with MIStudio security behavior. When pressed, it opens an authorization window where a user can enter a user name and password.
AuthorizationButton requires a Local Security Manager or MIX Security Manager in the Logic Editor for testing and deployment use.
AuthorizationButton has no default input ports.
AuthorizationButton has no default output ports.
AuthorizationButton is used to authenticate the user through a security manager rather than sending a value through a logic output port.
AuthorizationButton opens an authorization window when the user presses the button.
The authorization window is modal, so it must be closed before the user can continue interacting with the application screen.
AuthorizationButton-specific settings include:
AuthorizationButton requires a security manager in the Logic Editor.
For testing or deployment, add a Local Security Manager or MIX Security Manager to the same application page as the AuthorizationButton.
The security manager handles the authentication behavior used by the AuthorizationButton.
In the Logic Editor, AuthorizationButton has no default input or output ports.
Use AuthorizationButton when an application needs user login or authentication behavior.
Use this graphic with a Local Security Manager or MIX Security Manager.
For general button-style output behavior, use Button.
For opening a URL or switching to another application, use URLButton.