Package | Description |
---|---|
com.atlassian.servicedesk.api.user |
Modifier and Type | Method and Description |
---|---|
UncheckedUser |
CheckedUser.asUncheckedUser()
Convert this
CheckedUser into a UncheckedUser that will never be anonymous |
UncheckedUser |
UserFactory.getUncheckedUser()
Helper method to wrap getCurrentUserByType[UncheckedUser].
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,UncheckedUser> |
UserFactory.wrapUnchecked(com.atlassian.jira.user.ApplicationUser appUser)
Returns a
UncheckedUser from the application user. |
Copyright © 2017 Atlassian. All rights reserved.