Serialized Form
-
Package ca.cdr.api.model.json
-
Class ca.cdr.api.model.json.GrantedAuthorityJson
class GrantedAuthorityJson extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myArgument
String myArgument
-
myPermission
PermissionEnum myPermission
-
-
Class ca.cdr.api.model.json.LaunchContextJson
class LaunchContextJson extends Object implements Serializable -
Class ca.cdr.api.model.json.LaunchContextParameterJson
class LaunchContextParameterJson extends Object implements Serializable -
Class ca.cdr.api.model.json.LaunchResourceIdJson
class LaunchResourceIdJson extends Object implements Serializable -
Class ca.cdr.api.model.json.SmartFhirContextEntryJson
class SmartFhirContextEntryJson extends Object implements Serializable -
Class ca.cdr.api.model.json.UserDetailsJson
class UserDetailsJson extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
myAccountDisabled
Boolean myAccountDisabled
-
myAccountExpiry
Date myAccountExpiry
-
myAccountLocked
Boolean myAccountLocked
-
myAssociatedResources
List<UserDetailsJson.AssociatedResourceJson> myAssociatedResources
-
myAuthorities
List<GrantedAuthorityJson> myAuthorities
-
myCredentialExpiry
Date myCredentialExpiry
-
myDefaultLaunchContexts
List<LaunchContextJson> myDefaultLaunchContexts
-
myEmail
String myEmail
-
myExternal
boolean myExternal
-
myFailedLoginAttempts
int myFailedLoginAttempts
-
myFamilyName
String myFamilyName
-
myGivenName
String myGivenName
-
myLastActive
Date myLastActive
-
myLastConnected
Date myLastConnected
-
myModuleId
String myModuleId
-
myNodeId
String myNodeId
-
myNotes
String myNotes
-
myPassword
String myPassword
-
myPid
Long myPid
-
myServiceAccount
Boolean myServiceAccount
-
mySystemUser
boolean mySystemUser
-
myTwoFactorAuthStatus
UserTwoFactorAuthEnum myTwoFactorAuthStatus
-
myUsername
String myUsername
-
myUsernameNamespace
String myUsernameNamespace
-
-
Class ca.cdr.api.model.json.UserDetailsJson.AssociatedResourceJson
class AssociatedResourceJson extends Object implements Serializable-
Serialized Fields
-
myResourceId
String myResourceId
-
myType
UserDetailsJson.AssociatedResourceTypeEnum myType
-
-
-
Class ca.cdr.api.model.json.UserSessionDetailsJson
class UserSessionDetailsJson extends UserDetailsJson implements Serializable-
Serialized Fields
-
myApprovedScopes
Set<String> myApprovedScopes
-
myFhirContext
List<SmartFhirContextEntryJson> myFhirContext
This is for launch context, not the Hapi FhirContext. -
myFhirUserUrl
String myFhirUserUrl
-
myLaunchContextParameters
List<LaunchContextParameterJson> myLaunchContextParameters
-
myLaunchResourceIds
List<LaunchResourceIdJson> myLaunchResourceIds
-
myOidcClientId
String myOidcClientId
-
myOidcClientModuleId
String myOidcClientModuleId
-
myOidcClientNodeId
String myOidcClientNodeId
-
myUserData
Map<String,
Object> myUserData
-
-
-
-
Package ca.cdr.api.transactionlog
-
Class ca.cdr.api.transactionlog.TransactionLogIdentifiers
-
Serialized Fields
-
myTransactionGuid
String myTransactionGuid
-
-
-
Class ca.cdr.api.transactionlog.TransactionLogSearch
class TransactionLogSearch extends HashMap<TransactionLogSearch.SearchKeyEnum,Object> implements Serializable
-