Package | Description |
---|---|
net.officefloor.plugin.web.http.security.scheme |
Modifier and Type | Method and Description |
---|---|
static DigestHttpSecuritySource.Dependencies |
DigestHttpSecuritySource.Dependencies.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestHttpSecuritySource.Dependencies[] |
DigestHttpSecuritySource.Dependencies.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DigestHttpSecuritySource.authenticate(HttpAuthenticateContext<HttpSecurity,Void,DigestHttpSecuritySource.Dependencies> context) |
void |
DigestHttpSecuritySource.challenge(HttpChallengeContext<DigestHttpSecuritySource.Dependencies,None> context) |
protected void |
DigestHttpSecuritySource.loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpSecurity,Void,DigestHttpSecuritySource.Dependencies,None> context) |
void |
DigestHttpSecuritySource.logout(HttpLogoutContext<DigestHttpSecuritySource.Dependencies> context) |
Copyright © 2005–2016. All rights reserved.