Class SsoLoginAction

java.lang.Object
org.gluu.oxtrust.action.SsoLoginAction
All Implemented Interfaces:
Serializable

@ConversationScoped @Named("ssoLoginAction") @Secure("#{identity.loggedIn}") @Deprecated public class SsoLoginAction extends Object implements Serializable
Deprecated.
Action class for SSO login
Author:
Yuriy Movchan Date: 11.26.2010
See Also:
  • Constructor Details

    • SsoLoginAction

      public SsoLoginAction()
      Deprecated.
  • Method Details

    • logout

      public String logout()
      Deprecated.
    • getUserName

      public String getUserName()
      Deprecated.
    • setUserName

      public void setUserName(String userName)
      Deprecated.
    • getPassword

      public String getPassword()
      Deprecated.
    • setPassword

      public void setPassword(String password)
      Deprecated.
    • getRelyingPartyId

      public String getRelyingPartyId()
      Deprecated.
    • setRelyingPartyId

      public void setRelyingPartyId(String relyingPartyId)
      Deprecated.
    • getContextKey

      public String getContextKey()
      Deprecated.
    • setContextKey

      public void setContextKey(String contextKey)
      Deprecated.
    • getRelayState

      public String getRelayState()
      Deprecated.
    • setRelayState

      public void setRelayState(String relayState)
      Deprecated.
    • getRelayStateValue

      public String getRelayStateValue()
      Deprecated.
    • setRelayStateValue

      public void setRelayStateValue(String relayStateValue)
      Deprecated.
    • isInitialized

      public boolean isInitialized()
      Deprecated.
    • getActionUrl

      public String getActionUrl()
      Deprecated.
      Returns:
      the actionUrl
    • setActionUrl

      public void setActionUrl(String actionUrl)
      Deprecated.
      Parameters:
      actionUrl - the actionUrl to set