Class FormAuthenticationMechanism

    • Field Detail

      • LOCATION_ATTRIBUTE

        public static final java.lang.String LOCATION_ATTRIBUTE
      • DEFAULT_POST_LOCATION

        public static final java.lang.String DEFAULT_POST_LOCATION
        See Also:
        Constant Field Values
      • ORIGINAL_SESSION_TIMEOUT

        protected static final java.lang.String ORIGINAL_SESSION_TIMEOUT
        See Also:
        Constant Field Values
      • authenticationSessionTimeout

        protected final int authenticationSessionTimeout
        If the authentication process creates a session, this is the maximum session timeout (in seconds) during the authentication process. Once authentication is complete, the default session timeout will apply. Sessions that exist before the authentication process starts will retain their original session timeout throughout.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FormAuthenticationMechanism

        public FormAuthenticationMechanism​(java.lang.String name,
                                           java.lang.String loginPage,
                                           java.lang.String errorPage)
      • FormAuthenticationMechanism

        public FormAuthenticationMechanism​(java.lang.String name,
                                           java.lang.String loginPage,
                                           java.lang.String errorPage,
                                           java.lang.String postLocation)
      • FormAuthenticationMechanism

        public FormAuthenticationMechanism​(FormParserFactory formParserFactory,
                                           java.lang.String name,
                                           java.lang.String loginPage,
                                           java.lang.String errorPage)
      • FormAuthenticationMechanism

        public FormAuthenticationMechanism​(FormParserFactory formParserFactory,
                                           java.lang.String name,
                                           java.lang.String loginPage,
                                           java.lang.String errorPage,
                                           IdentityManager identityManager)
      • FormAuthenticationMechanism

        public FormAuthenticationMechanism​(FormParserFactory formParserFactory,
                                           java.lang.String name,
                                           java.lang.String loginPage,
                                           java.lang.String errorPage,
                                           java.lang.String postLocation)
      • FormAuthenticationMechanism

        public FormAuthenticationMechanism​(FormParserFactory formParserFactory,
                                           java.lang.String name,
                                           java.lang.String loginPage,
                                           java.lang.String errorPage,
                                           java.lang.String postLocation,
                                           IdentityManager identityManager)