Uses of Interface
net.officefloor.web.security.HttpAccessControl
-
-
Uses of HttpAccessControl in net.officefloor.tutorial.authenticationhttpserver
Methods in net.officefloor.tutorial.authenticationhttpserver with parameters of type HttpAccessControl Modifier and Type Method Description HelloLogic.TemplateData
HelloLogic. getTemplateData(HttpAccessControl accessControl)
-
Uses of HttpAccessControl in net.officefloor.tutorial.swaggerhttpserver
Methods in net.officefloor.tutorial.swaggerhttpserver with parameters of type HttpAccessControl Modifier and Type Method Description void
Servicer. secure(HttpAccessControl control, ObjectResponse<Response> response)
-
Uses of HttpAccessControl in net.officefloor.web.jwt
Subinterfaces of HttpAccessControl in net.officefloor.web.jwt Modifier and Type Interface Description interface
JwtHttpAccessControl<C>
Extra JWT functions toHttpAccessControl
. -
Uses of HttpAccessControl in net.officefloor.web.security
Methods in net.officefloor.web.security that return HttpAccessControl Modifier and Type Method Description HttpAccessControl
HttpAuthentication. getAccessControl()
Obtains theHttpAccessControl
. -
Uses of HttpAccessControl in net.officefloor.web.security.impl
Method parameters in net.officefloor.web.security.impl with type arguments of type HttpAccessControl Modifier and Type Method Description protected void
HttpAccessAdministrationSource. loadMetaData(AbstractAdministrationSource.MetaDataContext<HttpAccessControl,None,None> context)
-
Uses of HttpAccessControl in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement HttpAccessControl Modifier and Type Class Description class
AnonymousHttpSecuritySource
HttpSecurity
enable access to all roles.class
HttpAccessControlImpl
HttpAccessControl
implementation.class
MockHttpAccessControl
MockHttpAccessControl
.Methods in net.officefloor.web.security.scheme that return HttpAccessControl Modifier and Type Method Description protected HttpAccessControl
FormHttpSecuritySource. authenticate(java.lang.String userId, java.lang.String realm, byte[] password, CredentialStore store)
Undertakes the authentication.HttpAccessControl
AnonymousHttpSecuritySource. getAccessControl()
HttpAccessControl
HttpAuthenticationImpl. getAccessControl()
HttpAccessControl
MockHttpAuthentication. getAccessControl()
Methods in net.officefloor.web.security.scheme that return types with arguments of type HttpAccessControl Modifier and Type Method Description HttpSecurity<HttpAuthentication<java.lang.Void>,HttpAccessControl,java.lang.Void,None,None>
AnonymousHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
HttpSecurity<HttpAuthentication<java.lang.Void>,HttpAccessControl,java.lang.Void,BasicHttpSecuritySource.Dependencies,None>
BasicHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
HttpSecurity<HttpAuthentication<java.lang.Void>,HttpAccessControl,java.lang.Void,DigestHttpSecuritySource.Dependencies,None>
DigestHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
HttpSecurity<HttpAuthentication<HttpCredentials>,HttpAccessControl,HttpCredentials,FormHttpSecuritySource.Dependencies,FormHttpSecuritySource.Flows>
FormHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
Methods in net.officefloor.web.security.scheme with parameters of type HttpAccessControl Modifier and Type Method Description void
HttpAuthenticationImpl. accessControlChange(HttpAccessControl accessControl, java.lang.Throwable escalation)
Constructor parameters in net.officefloor.web.security.scheme with type arguments of type HttpAccessControl Constructor Description HttpAuthenticationImpl(AuthenticationContext<? extends HttpAccessControl,C> authenticationContext, java.lang.Class<C> credentialsType)
Instantiate. -
Uses of HttpAccessControl in net.officefloor.web.security.store
Methods in net.officefloor.web.security.store that return HttpAccessControl Modifier and Type Method Description static HttpAccessControl
CredentialStoreUtil. authenticate(java.lang.String userId, java.lang.String realm, byte[] credentials, java.lang.String scheme, CredentialStore store)
Convenience method to authenticate the user from theCredentialStore
. -
Uses of HttpAccessControl in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return HttpAccessControl Modifier and Type Method Description HttpAccessControl
HttpAccessControlFactory. createHttpAccessControl(AC accessControl)
CreatesHttpAccessControl
from the custom access control.
-