public interface User
Modifier and Type | Method and Description |
---|---|
String |
getAccount()
Get the user's account
|
String |
getAffiliation()
Get the user's affiliation.
|
Enrollment |
getEnrollment()
Get the user's enrollment certificate information.
|
String |
getMspId()
Get the Membership Service Provider Identifier provided by the user's organization.
|
String |
getName()
Get the name that identifies the user.
|
Set<String> |
getRoles()
Get the roles to which the user belongs.
|
static void |
userContextCheck(User userContext) |
String getName()
String getAccount()
String getAffiliation()
Enrollment getEnrollment()
String getMspId()
static void userContextCheck(User userContext)
Copyright © 2022. All rights reserved.