public class BrooklynUserWithRandomPasswordSecurityProvider extends AbstractSecurityProvider implements SecurityProvider
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
BrooklynUserWithRandomPasswordSecurityProvider() |
BrooklynUserWithRandomPasswordSecurityProvider(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 BrooklynUserWithRandomPasswordSecurityProvider()
public BrooklynUserWithRandomPasswordSecurityProvider(ManagementContext mgmt)
public boolean authenticate(javax.servlet.http.HttpSession session, java.lang.String user, java.lang.String password)
authenticate
in interface SecurityProvider