Interface SecurityDomain
-
public interface SecurityDomainPluggable security domain which could be used as a bridge betweenAuthenticatorand WildFly Security Realms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Subjectauthenticate(String username, String password)ReturnsSubjectbased on user/password combination.
-
-
-
Method Detail
-
authenticate
Subject authenticate(String username, String password) throws SecurityException
ReturnsSubjectbased on user/password combination.- Parameters:
username- User name.password- Password.- Returns:
- Subject if authentication was successful.
- Throws:
SecurityException- Thrown in case of error or authentication failure.
-
-