Package org.gluu.oxtrust.action
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.logout()Deprecated.voidsetActionUrl(String actionUrl) Deprecated.voidsetContextKey(String contextKey) Deprecated.voidsetPassword(String password) Deprecated.voidsetRelayState(String relayState) Deprecated.voidsetRelayStateValue(String relayStateValue) Deprecated.voidsetRelyingPartyId(String relyingPartyId) Deprecated.voidsetUserName(String userName) Deprecated.
-
Constructor Details
-
SsoLoginAction
public SsoLoginAction()Deprecated.
-
-
Method Details
-
logout
Deprecated. -
getUserName
Deprecated. -
setUserName
Deprecated. -
getPassword
Deprecated. -
setPassword
Deprecated. -
getRelyingPartyId
Deprecated. -
setRelyingPartyId
Deprecated. -
getContextKey
Deprecated. -
setContextKey
Deprecated. -
getRelayState
Deprecated. -
setRelayState
Deprecated. -
getRelayStateValue
Deprecated. -
setRelayStateValue
Deprecated. -
isInitialized
public boolean isInitialized()Deprecated. -
getActionUrl
Deprecated.- Returns:
- the actionUrl
-
setActionUrl
Deprecated.- Parameters:
actionUrl- the actionUrl to set
-