Public Member Functions | |
| AccountData (String server, String context, String action, int port) | |
| String | getServer () |
| String | getContext () |
| String | getAction () |
| int | getPort () |
Definition at line 25 of file AccountData.java.
| org.turro.elephant.impl.security.AccountData.AccountData | ( | String | server, |
| String | context, | ||
| String | action, | ||
| int | port | ||
| ) |
Definition at line 30 of file AccountData.java.
| String org.turro.elephant.impl.security.AccountData.getAction | ( | ) |
Definition at line 45 of file AccountData.java.
| String org.turro.elephant.impl.security.AccountData.getContext | ( | ) |
Definition at line 41 of file AccountData.java.
| int org.turro.elephant.impl.security.AccountData.getPort | ( | ) |
Definition at line 49 of file AccountData.java.
| String org.turro.elephant.impl.security.AccountData.getServer | ( | ) |
Definition at line 37 of file AccountData.java.