BrightSide Workbench Full Report + Source Code
org.turro.elephant.impl.security.AccountData Class Reference

Public Member Functions

 AccountData (String server, String context, String action, int port)
 
String getServer ()
 
String getContext ()
 
String getAction ()
 
int getPort ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 25 of file AccountData.java.

Constructor & Destructor Documentation

◆ AccountData()

org.turro.elephant.impl.security.AccountData.AccountData ( String  server,
String  context,
String  action,
int  port 
)

Definition at line 30 of file AccountData.java.

30  {
31  this.server = server;
32  this.context = context;
33  this.action = action;
34  this.port = port;
35  }

Member Function Documentation

◆ getAction()

String org.turro.elephant.impl.security.AccountData.getAction ( )

Definition at line 45 of file AccountData.java.

45  {
46  return action;
47  }

◆ getContext()

String org.turro.elephant.impl.security.AccountData.getContext ( )

Definition at line 41 of file AccountData.java.

41  {
42  return context;
43  }

◆ getPort()

int org.turro.elephant.impl.security.AccountData.getPort ( )

Definition at line 49 of file AccountData.java.

49  {
50  return port;
51  }

◆ getServer()

String org.turro.elephant.impl.security.AccountData.getServer ( )

Definition at line 37 of file AccountData.java.

37  {
38  return server;
39  }

The documentation for this class was generated from the following file: