public class UserCipherUse extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Date |
createdAt
The earliest recorded use of this combination of interface and protocol and cipher (for this user)
|
Long |
id
UserCipherUse ID
|
Boolean |
insecure
Is this cipher considered insecure?
|
String |
interfaceName
The interface accessed
|
String |
protocolCipher
The protocol and cipher employed
|
Date |
updatedAt
The most recent use of this combination of interface and protocol and cipher (for this user)
|
Long |
userId
ID of the user who performed this access
|
| Constructor and Description |
|---|
UserCipherUse() |
UserCipherUse(HashMap<String,Object> parameters) |
UserCipherUse(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<UserCipherUse> |
all() |
static ListIterator<UserCipherUse> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<UserCipherUse> |
list()
Parameters:
user_id - int64 - User ID.
|
static ListIterator<UserCipherUse> |
list(HashMap<String,Object> parameters) |
static ListIterator<UserCipherUse> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String protocolCipher
public Date createdAt
public Boolean insecure
public String interfaceName
public Date updatedAt
public Long userId
public static ListIterator<UserCipherUse> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserCipherUse> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserCipherUse> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserCipherUse> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserCipherUse> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.