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, logoutequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAuthenticated, logoutpublic 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