Uses of Class
net.officefloor.web.spi.security.impl.AbstractHttpSecuritySource
-
Packages that use AbstractHttpSecuritySource Package Description net.officefloor.web.jwt net.officefloor.web.security.scheme -
-
Uses of AbstractHttpSecuritySource in net.officefloor.web.jwt
Subclasses of AbstractHttpSecuritySource in net.officefloor.web.jwt Modifier and Type Class Description class
JwtHttpSecuritySource<C>
HttpSecuritySource
for JWT. -
Uses of AbstractHttpSecuritySource in net.officefloor.web.security.scheme
Subclasses of AbstractHttpSecuritySource in net.officefloor.web.security.scheme Modifier and Type Class Description class
AbstractMockHttpSecuritySource<C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
Abstract mockHttpSecuritySource
.class
AnonymousHttpSecuritySource
HttpSecurity
enable access to all roles.class
BasicHttpSecuritySource
HttpSecuritySource
forBasic
HTTP security.class
DigestHttpSecuritySource
HttpSecuritySource
forDigest
HTTP security.class
FormHttpSecuritySource
Form basedHttpSecuritySource
.class
MockChallengeHttpSecuritySource
MockHttpSecuritySource
to use for testing with challenges.class
MockFlowHttpSecuritySource
MockHttpSecuritySource
that challenges with a HTML form.
-