bwLehrpool Masterserver
Manages authentication and sharing of virtual machines between participating institutions
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.openslx.imagemaster.localrpc.JsonUser Class Reference
+ Collaboration diagram for org.openslx.imagemaster.localrpc.JsonUser:

Public Member Functions

UserInfo toUser ()
 
TAuthorizationException toException ()
 
String accessCode ()
 
int timeoutSeconds ()
 

Private Attributes

String userId = null
 
String organizationId = null
 
String firstName = null
 
String lastName = null
 
String mail = null
 
String role = null
 
String status = null
 
String error = null
 
int timeoutSeconds = 0
 
String accessCode
 

Static Private Attributes

static final Logger LOGGER = LogManager.getLogger( JsonUser.class )
 

Detailed Description

Definition at line 11 of file JsonUser.java.

Member Function Documentation

String org.openslx.imagemaster.localrpc.JsonUser.accessCode ( )

Definition at line 54 of file JsonUser.java.

int org.openslx.imagemaster.localrpc.JsonUser.timeoutSeconds ( )

Definition at line 59 of file JsonUser.java.

TAuthorizationException org.openslx.imagemaster.localrpc.JsonUser.toException ( )

Definition at line 47 of file JsonUser.java.

+ Here is the caller graph for this function:

UserInfo org.openslx.imagemaster.localrpc.JsonUser.toUser ( )

Definition at line 28 of file JsonUser.java.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

String org.openslx.imagemaster.localrpc.JsonUser.accessCode
private

Definition at line 26 of file JsonUser.java.

String org.openslx.imagemaster.localrpc.JsonUser.error = null
private

Definition at line 23 of file JsonUser.java.

String org.openslx.imagemaster.localrpc.JsonUser.firstName = null
private

Definition at line 18 of file JsonUser.java.

String org.openslx.imagemaster.localrpc.JsonUser.lastName = null
private

Definition at line 19 of file JsonUser.java.

final Logger org.openslx.imagemaster.localrpc.JsonUser.LOGGER = LogManager.getLogger( JsonUser.class )
staticprivate

Definition at line 14 of file JsonUser.java.

String org.openslx.imagemaster.localrpc.JsonUser.mail = null
private

Definition at line 20 of file JsonUser.java.

String org.openslx.imagemaster.localrpc.JsonUser.organizationId = null
private

Definition at line 17 of file JsonUser.java.

String org.openslx.imagemaster.localrpc.JsonUser.role = null
private

Definition at line 21 of file JsonUser.java.

String org.openslx.imagemaster.localrpc.JsonUser.status = null
private

Definition at line 22 of file JsonUser.java.

int org.openslx.imagemaster.localrpc.JsonUser.timeoutSeconds = 0
private

Definition at line 24 of file JsonUser.java.

String org.openslx.imagemaster.localrpc.JsonUser.userId = null
private

Definition at line 16 of file JsonUser.java.


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