Interface SecurityDomain
- All Known Implementing Classes:
SimpleSecurityDomain
public interface SecurityDomain
Simple plugin to provide authentication/authorization to embedded implementations
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(String username, String password) boolean
isUserInRole
(Principal username, String role)
-
Method Details
-
authenticate
- Throws:
SecurityException
-
isUserInRole
-