pt.digitalis.dif.controller.objects
Class SSOInfo

java.lang.Object
  extended by pt.digitalis.dif.controller.objects.SSOInfo

public class SSOInfo
extends Object

A SSO class for passing the username and password to auto login. Is used by custom dispatchers that will implement specific SSOs.

Author:
Pedro Viegas pviegas@digitalis.pt

Constructor Summary
SSOInfo()
           
 
Method Summary
 SSOActionEnum getAction()
           
 String getPassword()
           
 String getSystem()
           
 String getUsername()
           
 void setAction(SSOActionEnum action)
           
 void setPassword(String password)
           
 void setSystem(String system)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSOInfo

public SSOInfo()
Method Detail

getUsername

public String getUsername()
Returns:
the username

setUsername

public void setUsername(String username)
Parameters:
username - the username to set

getPassword

public String getPassword()
Returns:
the password

setPassword

public void setPassword(String password)
Parameters:
password - the password to set

getSystem

public String getSystem()
Returns:
the system

setSystem

public void setSystem(String system)
Parameters:
system -

getAction

public SSOActionEnum getAction()
Returns:
the system

setAction

public void setAction(SSOActionEnum action)
Parameters:
action -


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.