fr.cnes.sitools.login
Class SitoolsAuthenticationInfo

java.lang.Object
  extended by fr.cnes.sitools.login.SitoolsAuthenticationInfo

public final class SitoolsAuthenticationInfo
extends java.lang.Object

Sitools authentifiaction Information

Author:
AKKA

Constructor Summary
SitoolsAuthenticationInfo()
          Constructor
 
Method Summary
 java.lang.String getALGORITHM()
          Gets the aLGORITHM value
 java.lang.String getNONCE()
          Gets the nONCE value
 java.lang.String getREALM()
          Gets the rEALM value
 java.lang.String getSCHEME()
          Gets the sCHEME value
 void setALGORITHM(java.lang.String aLGORITHM)
          Sets the value of aLGORITHM
 void setNONCE(java.lang.String nONCE)
          Sets the value of nONCE
 void setREALM(java.lang.String rEALM)
          Sets the value of rEALM
 void setSCHEME(java.lang.String sCHEME)
          Sets the value of sCHEME
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitoolsAuthenticationInfo

public SitoolsAuthenticationInfo()
Constructor

Method Detail

getREALM

public java.lang.String getREALM()
Gets the rEALM value

Returns:
the rEALM

setREALM

public void setREALM(java.lang.String rEALM)
Sets the value of rEALM

Parameters:
rEALM - the rEALM to set

getSCHEME

public java.lang.String getSCHEME()
Gets the sCHEME value

Returns:
the sCHEME

setSCHEME

public void setSCHEME(java.lang.String sCHEME)
Sets the value of sCHEME

Parameters:
sCHEME - the sCHEME to set

getNONCE

public java.lang.String getNONCE()
Gets the nONCE value

Returns:
the nONCE

setNONCE

public void setNONCE(java.lang.String nONCE)
Sets the value of nONCE

Parameters:
nONCE - the nONCE to set

getALGORITHM

public java.lang.String getALGORITHM()
Gets the aLGORITHM value

Returns:
the aLGORITHM

setALGORITHM

public void setALGORITHM(java.lang.String aLGORITHM)
Sets the value of aLGORITHM

Parameters:
aLGORITHM - the aLGORITHM to set


Copyright © 2010-2013 CNES. All Rights Reserved.