public class ExplicitUsersSecurityProvider extends AbstractSecurityProvider implements SecurityProvider
BrooklynWebConfig.USERS
and BrooklynWebConfig.PASSWORD_FOR_USER(String)
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
ExplicitUsersSecurityProvider(ManagementContext mgmt) |
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(javax.servlet.http.HttpSession session,
java.lang.String user,
java.lang.String password) |
isAuthenticated, logout
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAuthenticated, logout
public ExplicitUsersSecurityProvider(ManagementContext mgmt)
public boolean authenticate(javax.servlet.http.HttpSession session, java.lang.String user, java.lang.String password)
authenticate
in interface SecurityProvider