Modifier and Type | Method and Description |
---|---|
MidPointPrincipal |
UserProfileServiceImpl.getPrincipal(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
MidPointPrincipal |
UserProfileServiceImpl.getPrincipal(String username) |
Modifier and Type | Method and Description |
---|---|
void |
UserProfileServiceImpl.updateUser(MidPointPrincipal principal) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractModelIntegrationTest.assertAuthorized(MidPointPrincipal principal,
String action) |
protected void |
AbstractModelIntegrationTest.assertAuthorized(MidPointPrincipal principal,
String action,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase) |
protected void |
AbstractModelIntegrationTest.assertNotAuthorized(MidPointPrincipal principal,
String action) |
protected void |
AbstractModelIntegrationTest.assertNotAuthorized(MidPointPrincipal principal,
String action,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase) |
protected void |
AbstractModelIntegrationTest.createSecurityContext(MidPointPrincipal principal) |
protected void |
AbstractModelIntegrationTest.login(MidPointPrincipal principal) |
protected void |
AbstractModelIntegrationTest.loginSuperUser(MidPointPrincipal principal) |
Modifier and Type | Method and Description |
---|---|
MidPointPrincipal |
SecurityEnforcer.getPrincipal()
Returns principal representing the currently logged-in user.
|
static MidPointPrincipal |
SecurityUtil.getPrincipal() |
MidPointPrincipal |
UserProfileService.getPrincipal(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
MidPointPrincipal |
UserProfileService.getPrincipal(String username) |
Modifier and Type | Method and Description |
---|---|
void |
UserProfileService.updateUser(MidPointPrincipal principal) |
Modifier and Type | Method and Description |
---|---|
MidPointPrincipal |
SecurityEnforcerImpl.getPrincipal() |
Modifier and Type | Method and Description |
---|---|
MidPointPrincipal |
MidPointGuiAuthorizationEvaluator.getPrincipal() |
static MidPointPrincipal |
SecurityUtils.getPrincipalUser() |
static MidPointPrincipal |
SecurityUtils.getPrincipalUser(org.springframework.security.core.Authentication authentication) |
Copyright © 2015 evolveum. All rights reserved.