public class BasicPasswordAuthenticationService extends Object implements AuthenticationService
| Constructor and Description |
|---|
BasicPasswordAuthenticationService(String rarName,
PoolInfo poolInfo)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleMapperFactory |
getSecurityRoleMapperFactory() |
Principal |
mapPrincipal(Principal callerPrincipal,
Set principalSet)
Maps the principal to the backendPrincipal
|
public Principal mapPrincipal(Principal callerPrincipal, Set principalSet)
mapPrincipal in interface AuthenticationServicecallerPrincipal - Name of the principal to be mapped.principalSet - principalSetpublic SecurityRoleMapperFactory getSecurityRoleMapperFactory()
Copyright © 2019. All rights reserved.