Uses of Class
io.milton.http.AuthenticationService
Packages that use AuthenticationService
-
Uses of AuthenticationService in io.milton.config
Fields in io.milton.config declared as AuthenticationServiceModifier and TypeFieldDescriptionprotected AuthenticationServiceHttpManagerBuilder.authenticationServiceMethods in io.milton.config that return AuthenticationServiceMethods in io.milton.config with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionprotected DefaultHttp11ResponseHandlerHttpManagerBuilder.createDefaultHttp11ResponseHandler(AuthenticationService authenticationService) voidHttpManagerBuilder.setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in io.milton.http
Constructors in io.milton.http with parameters of type AuthenticationServiceModifierConstructorDescriptionHandlerHelper(AuthenticationService authenticationService) HandlerHelper(AuthenticationService authenticationService, AuthorisationListener authorisationListener) HandlerHelper(AuthenticationService authenticationService, List<StorageChecker> storageCheckers) ResourceHandlerHelper(HandlerHelper handlerHelper, UrlAdapter urlAdapter, Http11ResponseHandler responseHandler, AuthenticationService authenticationService) -
Uses of AuthenticationService in io.milton.http.annotated
Methods in io.milton.http.annotated that return AuthenticationServiceMethods in io.milton.http.annotated with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidAnnotationResourceFactory.setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in io.milton.http.http11
Methods in io.milton.http.http11 that return AuthenticationServiceConstructors in io.milton.http.http11 with parameters of type AuthenticationServiceModifierConstructorDescriptionDefaultHttp11ResponseHandler(AuthenticationService authenticationService, ETagGenerator eTagGenerator, ContentGenerator contentGenerator)