@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class KeycloakUserDetails
extends org.acegisecurity.userdetails.User
| Constructor and Description |
|---|
KeycloakUserDetails(String username,
org.acegisecurity.GrantedAuthority[] authorities)
Instantiates a new keycloak user details.
|
public KeycloakUserDetails(String username, org.acegisecurity.GrantedAuthority[] authorities) throws IllegalArgumentException
username - the usernameauthorities - the authoritiesIllegalArgumentException - the illegal argument exceptionCopyright © 2016–2019. All rights reserved.