Package | Description |
---|---|
net.officefloor.plugin.web.http.security.scheme |
Modifier and Type | Method and Description |
---|---|
static BasicHttpSecuritySource.Dependencies |
BasicHttpSecuritySource.Dependencies.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicHttpSecuritySource.Dependencies[] |
BasicHttpSecuritySource.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 |
BasicHttpSecuritySource.authenticate(HttpAuthenticateContext<HttpSecurity,Void,BasicHttpSecuritySource.Dependencies> context) |
void |
BasicHttpSecuritySource.challenge(HttpChallengeContext<BasicHttpSecuritySource.Dependencies,None> context) |
protected void |
BasicHttpSecuritySource.loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpSecurity,Void,BasicHttpSecuritySource.Dependencies,None> context) |
void |
BasicHttpSecuritySource.logout(HttpLogoutContext<BasicHttpSecuritySource.Dependencies> context) |
Copyright © 2005–2016. All rights reserved.