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 classJwtHttpSecuritySource<C>HttpSecuritySourcefor JWT. -
Uses of AbstractHttpSecuritySource in net.officefloor.web.security.scheme
Subclasses of AbstractHttpSecuritySource in net.officefloor.web.security.scheme Modifier and Type Class Description classAbstractMockHttpSecuritySource<C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>Abstract mockHttpSecuritySource.classAnonymousHttpSecuritySourceHttpSecurityenable access to all roles.classBasicHttpSecuritySourceHttpSecuritySourceforBasicHTTP security.classDigestHttpSecuritySourceHttpSecuritySourceforDigestHTTP security.classFormHttpSecuritySourceForm basedHttpSecuritySource.classMockChallengeHttpSecuritySourceMockHttpSecuritySourceto use for testing with challenges.classMockFlowHttpSecuritySourceMockHttpSecuritySourcethat challenges with a HTML form.
-