public interface SecurityDomain
Modifier and Type | Method and Description |
---|---|
Principal |
authenticate(String username,
String password) |
boolean |
isUserInRoll(Principal username,
String role) |
Principal authenticate(String username, String password) throws SecurityException
SecurityException
Copyright © 2013. All Rights Reserved.