de.fhg.fokus.hss.web.form.IMPI_Form Class Reference

List of all members.

Detailed Description

Author:
adp dot fokus dot fraunhofer dot de Adrian Popescu / FOKUS Fraunhofer Institute


Public Member Functions

int getAlready_assigned_imsu_id ()
String getAmf ()
int getAssociated_ID ()
int getDefault_auth_scheme ()
int getId ()
int getId_imsu ()
String getIdentity ()
String getImpu_identity ()
String getImsu_name ()
String getIp ()
String getLine_identifier ()
String getNextAction ()
String getOp ()
int getPpr_apply_for ()
String getReasonInfo ()
int getRtr_apply_for ()
String[] getRtr_identities ()
int getRtr_reason ()
List getRtr_select_identities ()
String getSecretKey ()
List getSelect_auth_scheme ()
List getSelect_ppr_apply_for ()
List getSelect_rtr_apply_for ()
List getSelect_rtr_reason ()
String getSqn ()
boolean isAka1 ()
boolean isAka2 ()
boolean isAll ()
boolean isDigest ()
boolean isEarly ()
boolean isHttp_digest ()
boolean isMd5 ()
boolean isNass_bundle ()
void reset (ActionMapping actionMapping, HttpServletRequest request)
void setAka1 (boolean aka1)
void setAka2 (boolean aka2)
void setAll (boolean all)
void setAlready_assigned_imsu_id (int already_assigned_imsu_id)
void setAmf (String amf)
void setAssociated_ID (int associated_ID)
void setDefault_auth_scheme (int default_auth_scheme)
void setDigest (boolean digest)
void setEarly (boolean early)
void setHttp_digest (boolean http_digest)
void setId (int id)
void setId_imsu (int id_imsu)
void setIdentity (String identity)
void setImpu_identity (String impu_identity)
void setImsu_name (String imsu_name)
void setIp (String ip)
void setLine_identifier (String line_identifier)
void setMd5 (boolean md5)
void setNass_bundle (boolean nass_bundle)
void setNextAction (String nextAction)
void setOp (String op)
void setPpr_apply_for (int ppr_apply_for)
void setReasonInfo (String reasonInfo)
void setRtr_apply_for (int rtr_apply_for)
void setRtr_identities (String[] rtr_identities)
void setRtr_reason (int rtr_reason)
void setRtr_select_identities (List rtr_select_identities)
void setSecretKey (String secretKey)
void setSelect_auth_scheme (List select_auth_scheme)
void setSelect_ppr_apply_for (List select_ppr_apply_for)
void setSelect_rtr_apply_for (List select_rtr_apply_for)
void setSelect_rtr_reason (List select_rtr_reason)
void setSqn (String sqn)
ActionErrors validate (ActionMapping actionMapping, HttpServletRequest request)

Static Public Attributes

static final String DEFAULT_AMF = HSSProperties.AMF_ID
static final String DEFAULT_OP = HSSProperties.OPERATOR_ID
static final String DEFAULT_SQN = "000000000000"

Private Attributes

boolean aka1
boolean aka2
boolean all
int already_assigned_imsu_id
String amf
int associated_ID
int default_auth_scheme
boolean digest
boolean early
boolean http_digest
int id
int id_imsu
String identity
String impu_identity
String imsu_name
String ip
String line_identifier
boolean md5
boolean nass_bundle
String nextAction
String op
int ppr_apply_for
String reasonInfo
int rtr_apply_for
String[] rtr_identities
int rtr_reason
List rtr_select_identities
String secretKey
List select_auth_scheme
List select_ppr_apply_for
List select_rtr_apply_for
List select_rtr_reason
String sqn

Static Private Attributes

static Logger logger = Logger.getLogger(IMPI_Form.class)
static final long serialVersionUID = 1L


Member Function Documentation

int de.fhg.fokus.hss.web.form.IMPI_Form.getAlready_assigned_imsu_id (  ) 

String de.fhg.fokus.hss.web.form.IMPI_Form.getAmf (  ) 

int de.fhg.fokus.hss.web.form.IMPI_Form.getAssociated_ID (  ) 

int de.fhg.fokus.hss.web.form.IMPI_Form.getDefault_auth_scheme (  ) 

int de.fhg.fokus.hss.web.form.IMPI_Form.getId (  ) 

int de.fhg.fokus.hss.web.form.IMPI_Form.getId_imsu (  ) 

String de.fhg.fokus.hss.web.form.IMPI_Form.getIdentity (  ) 

String de.fhg.fokus.hss.web.form.IMPI_Form.getImpu_identity (  ) 

String de.fhg.fokus.hss.web.form.IMPI_Form.getImsu_name (  ) 

String de.fhg.fokus.hss.web.form.IMPI_Form.getIp (  ) 

String de.fhg.fokus.hss.web.form.IMPI_Form.getLine_identifier (  ) 

String de.fhg.fokus.hss.web.form.IMPI_Form.getNextAction (  ) 

String de.fhg.fokus.hss.web.form.IMPI_Form.getOp (  ) 

int de.fhg.fokus.hss.web.form.IMPI_Form.getPpr_apply_for (  ) 

String de.fhg.fokus.hss.web.form.IMPI_Form.getReasonInfo (  ) 

int de.fhg.fokus.hss.web.form.IMPI_Form.getRtr_apply_for (  ) 

String [] de.fhg.fokus.hss.web.form.IMPI_Form.getRtr_identities (  ) 

int de.fhg.fokus.hss.web.form.IMPI_Form.getRtr_reason (  ) 

List de.fhg.fokus.hss.web.form.IMPI_Form.getRtr_select_identities (  ) 

String de.fhg.fokus.hss.web.form.IMPI_Form.getSecretKey (  ) 

List de.fhg.fokus.hss.web.form.IMPI_Form.getSelect_auth_scheme (  ) 

List de.fhg.fokus.hss.web.form.IMPI_Form.getSelect_ppr_apply_for (  ) 

List de.fhg.fokus.hss.web.form.IMPI_Form.getSelect_rtr_apply_for (  ) 

List de.fhg.fokus.hss.web.form.IMPI_Form.getSelect_rtr_reason (  ) 

String de.fhg.fokus.hss.web.form.IMPI_Form.getSqn (  ) 

boolean de.fhg.fokus.hss.web.form.IMPI_Form.isAka1 (  ) 

boolean de.fhg.fokus.hss.web.form.IMPI_Form.isAka2 (  ) 

boolean de.fhg.fokus.hss.web.form.IMPI_Form.isAll (  ) 

boolean de.fhg.fokus.hss.web.form.IMPI_Form.isDigest (  ) 

boolean de.fhg.fokus.hss.web.form.IMPI_Form.isEarly (  ) 

boolean de.fhg.fokus.hss.web.form.IMPI_Form.isHttp_digest (  ) 

boolean de.fhg.fokus.hss.web.form.IMPI_Form.isMd5 (  ) 

boolean de.fhg.fokus.hss.web.form.IMPI_Form.isNass_bundle (  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.reset ( ActionMapping  actionMapping,
HttpServletRequest  request 
)

void de.fhg.fokus.hss.web.form.IMPI_Form.setAka1 ( boolean  aka1  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setAka2 ( boolean  aka2  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setAll ( boolean  all  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setAlready_assigned_imsu_id ( int  already_assigned_imsu_id  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setAmf ( String  amf  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setAssociated_ID ( int  associated_ID  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setDefault_auth_scheme ( int  default_auth_scheme  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setDigest ( boolean  digest  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setEarly ( boolean  early  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setHttp_digest ( boolean  http_digest  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setId ( int  id  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setId_imsu ( int  id_imsu  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setIdentity ( String  identity  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setImpu_identity ( String  impu_identity  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setImsu_name ( String  imsu_name  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setIp ( String  ip  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setLine_identifier ( String  line_identifier  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setMd5 ( boolean  md5  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setNass_bundle ( boolean  nass_bundle  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setNextAction ( String  nextAction  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setOp ( String  op  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setPpr_apply_for ( int  ppr_apply_for  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setReasonInfo ( String  reasonInfo  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setRtr_apply_for ( int  rtr_apply_for  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setRtr_identities ( String[]  rtr_identities  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setRtr_reason ( int  rtr_reason  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setRtr_select_identities ( List  rtr_select_identities  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setSecretKey ( String  secretKey  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setSelect_auth_scheme ( List  select_auth_scheme  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setSelect_ppr_apply_for ( List  select_ppr_apply_for  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setSelect_rtr_apply_for ( List  select_rtr_apply_for  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setSelect_rtr_reason ( List  select_rtr_reason  ) 

void de.fhg.fokus.hss.web.form.IMPI_Form.setSqn ( String  sqn  ) 

ActionErrors de.fhg.fokus.hss.web.form.IMPI_Form.validate ( ActionMapping  actionMapping,
HttpServletRequest  request 
)


Member Data Documentation

boolean de.fhg.fokus.hss.web.form.IMPI_Form.aka1 [private]

boolean de.fhg.fokus.hss.web.form.IMPI_Form.aka2 [private]

boolean de.fhg.fokus.hss.web.form.IMPI_Form.all [private]

int de.fhg.fokus.hss.web.form.IMPI_Form.already_assigned_imsu_id [private]

String de.fhg.fokus.hss.web.form.IMPI_Form.amf [private]

int de.fhg.fokus.hss.web.form.IMPI_Form.associated_ID [private]

final String de.fhg.fokus.hss.web.form.IMPI_Form.DEFAULT_AMF = HSSProperties.AMF_ID [static]

int de.fhg.fokus.hss.web.form.IMPI_Form.default_auth_scheme [private]

final String de.fhg.fokus.hss.web.form.IMPI_Form.DEFAULT_OP = HSSProperties.OPERATOR_ID [static]

final String de.fhg.fokus.hss.web.form.IMPI_Form.DEFAULT_SQN = "000000000000" [static]

boolean de.fhg.fokus.hss.web.form.IMPI_Form.digest [private]

boolean de.fhg.fokus.hss.web.form.IMPI_Form.early [private]

boolean de.fhg.fokus.hss.web.form.IMPI_Form.http_digest [private]

int de.fhg.fokus.hss.web.form.IMPI_Form.id [private]

int de.fhg.fokus.hss.web.form.IMPI_Form.id_imsu [private]

String de.fhg.fokus.hss.web.form.IMPI_Form.identity [private]

String de.fhg.fokus.hss.web.form.IMPI_Form.impu_identity [private]

String de.fhg.fokus.hss.web.form.IMPI_Form.imsu_name [private]

String de.fhg.fokus.hss.web.form.IMPI_Form.ip [private]

String de.fhg.fokus.hss.web.form.IMPI_Form.line_identifier [private]

Logger de.fhg.fokus.hss.web.form.IMPI_Form.logger = Logger.getLogger(IMPI_Form.class) [static, private]

boolean de.fhg.fokus.hss.web.form.IMPI_Form.md5 [private]

boolean de.fhg.fokus.hss.web.form.IMPI_Form.nass_bundle [private]

String de.fhg.fokus.hss.web.form.IMPI_Form.nextAction [private]

String de.fhg.fokus.hss.web.form.IMPI_Form.op [private]

int de.fhg.fokus.hss.web.form.IMPI_Form.ppr_apply_for [private]

String de.fhg.fokus.hss.web.form.IMPI_Form.reasonInfo [private]

int de.fhg.fokus.hss.web.form.IMPI_Form.rtr_apply_for [private]

String [] de.fhg.fokus.hss.web.form.IMPI_Form.rtr_identities [private]

int de.fhg.fokus.hss.web.form.IMPI_Form.rtr_reason [private]

List de.fhg.fokus.hss.web.form.IMPI_Form.rtr_select_identities [private]

String de.fhg.fokus.hss.web.form.IMPI_Form.secretKey [private]

List de.fhg.fokus.hss.web.form.IMPI_Form.select_auth_scheme [private]

List de.fhg.fokus.hss.web.form.IMPI_Form.select_ppr_apply_for [private]

List de.fhg.fokus.hss.web.form.IMPI_Form.select_rtr_apply_for [private]

List de.fhg.fokus.hss.web.form.IMPI_Form.select_rtr_reason [private]

final long de.fhg.fokus.hss.web.form.IMPI_Form.serialVersionUID = 1L [static, private]

String de.fhg.fokus.hss.web.form.IMPI_Form.sqn [private]


The documentation for this class was generated from the following file:
Generated on Tue Oct 7 04:05:16 2008 for Open IMS Core - FHoSS by  doxygen 1.5.2