Package | Description |
---|---|
net.officefloor.plugin.web.http.security.scheme | |
net.officefloor.plugin.web.http.security.store |
Modifier and Type | Method and Description |
---|---|
protected HttpSecurity |
FormHttpSecuritySource.authenticate(String userId,
String realm,
byte[] password,
CredentialStore store)
Undertakes the authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
JndiLdapCredentialStore
|
class |
MockCredentialStoreManagedObjectSource
Provides mocking of a
CredentialStore in a similar way
MockHttpSecuritySource works. |
class |
PasswordFileCredentialStore
Password file implementation of
CredentialStore . |
Modifier and Type | Method and Description |
---|---|
static HttpSecurity |
CredentialStoreUtil.authenticate(String userId,
String realm,
byte[] credentials,
String scheme,
CredentialStore store)
Convenience method to authenticate the user from the
CredentialStore . |
Copyright © 2005–2016. All rights reserved.