@Service public final class InternalAuthorizationServiceImpl extends Object implements InternalAuthorizationService
InternalAuthorizationService.SystemUser, InternalAuthorizationService.SystemUsersVANILLA| Constructor and Description |
|---|
InternalAuthorizationServiceImpl(TeslerAuthenticationService teslerAuthenticationService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
createAuthentication(InternalAuthorizationService.SystemUser systemUser) |
org.springframework.security.core.Authentication |
createAuthentication(String login,
LOV userRole) |
void |
loginAs(org.springframework.security.core.Authentication authentication) |
void |
loginAs(InternalAuthorizationService.SystemUser systemUser) |
void |
loginAs(String login,
LOV userRole) |
public InternalAuthorizationServiceImpl(@Lazy
TeslerAuthenticationService teslerAuthenticationService)
public org.springframework.security.core.Authentication createAuthentication(InternalAuthorizationService.SystemUser systemUser)
createAuthentication in interface InternalAuthorizationServicepublic org.springframework.security.core.Authentication createAuthentication(String login, LOV userRole)
createAuthentication in interface InternalAuthorizationServicepublic void loginAs(InternalAuthorizationService.SystemUser systemUser)
loginAs in interface InternalAuthorizationServicepublic void loginAs(String login, LOV userRole)
loginAs in interface InternalAuthorizationServicepublic void loginAs(org.springframework.security.core.Authentication authentication)
loginAs in interface InternalAuthorizationServiceCopyright © 2018–2021 Tesler. All rights reserved.