public interface SecurityDomain
Modifier and Type | Method and Description |
---|---|
Principal |
authenticate(String username,
String password) |
boolean |
isUserInRole(Principal username,
String role) |
Principal authenticate(String username, String password) throws SecurityException
SecurityException
Copyright © 2017 JBoss by Red Hat. All rights reserved.