Uses of Interface
org.summerboot.jexpress.security.auth.Caller
Packages that use Caller
Package
Description
-
Uses of Caller in org.summerboot.jexpress.nio.grpc
Fields in org.summerboot.jexpress.nio.grpc with type parameters of type CallerModifier and TypeFieldDescriptionstatic final io.grpc.Context.Key<Caller>BootServerInterceptor.CONTEXT_KEY_CALLERMethods in org.summerboot.jexpress.nio.grpc that return CallerModifier and TypeMethodDescriptionprotected abstract CallerBootServerInterceptor.buildCaller(String jwt) -
Uses of Caller in org.summerboot.jexpress.nio.server
Methods in org.summerboot.jexpress.nio.server that return CallerModifier and TypeMethodDescriptionprotected abstract Callerprotected abstract CallerBootHttpFileUploadHandler.authenticate(io.netty.handler.codec.http.HttpHeaders httpHeaders, ServiceContext context) Methods in org.summerboot.jexpress.nio.server with parameters of type CallerModifier and TypeMethodDescriptionprotected abstract longBootHttpFileUploadHandler.getCallerFileUploadSizeLimit_Bytes(Caller caller) protected abstract StringBootWebSocketHandler.onCallerConnected(io.netty.channel.ChannelHandlerContext ctx, Caller caller) protected abstract voidBootHttpFileUploadHandler.onFileUploaded(io.netty.channel.ChannelHandlerContext ctx, String fileName, File file, Map<String, String> params, Caller caller) protected abstract StringBootWebSocketHandler.onMessage(io.netty.channel.ChannelHandlerContext ctx, Caller caller, byte[] data) protected abstract StringBootWebSocketHandler.onMessage(io.netty.channel.ChannelHandlerContext ctx, Caller caller, String txt) -
Uses of Caller in org.summerboot.jexpress.nio.server.domain
Methods in org.summerboot.jexpress.nio.server.domain with type parameters of type CallerModifier and TypeMethodDescription<T extends Caller>
TServiceContext.caller()<T extends Caller>
ServiceContextServiceContext.caller(T caller) -
Uses of Caller in org.summerboot.jexpress.nio.server.ws.rs
Methods in org.summerboot.jexpress.nio.server.ws.rs that return CallerModifier and TypeMethodDescriptionBootController.login(String uid, String pwd, ServiceContext context) -
Uses of Caller in org.summerboot.jexpress.security.auth
Classes in org.summerboot.jexpress.security.auth that implement CallerMethods in org.summerboot.jexpress.security.auth with type parameters of type CallerModifier and TypeMethodDescription<T extends Caller>
TAuthenticator.verifyBearerToken(io.netty.handler.codec.http.HttpHeaders httpRequestHeaders, AuthTokenCache cache, Integer errorCode, ServiceContext context) Success HTTP Status: 200 OK<T extends Caller>
TAuthenticator.verifyToken(String authToken, AuthTokenCache cache, Integer errorCode, ServiceContext context) Methods in org.summerboot.jexpress.security.auth that return CallerModifier and TypeMethodDescriptionprotected CallerAuthenticatorMockImpl.authenticate(String uid, String password, Long metaData, AuthenticatorListener listener, ServiceContext context) protected abstract CallerBootAuthenticator.authenticate(String usename, String password, T metaData, AuthenticatorListener listener, ServiceContext context) Authenticator.fromJwt(io.jsonwebtoken.Claims claims) BootAuthenticator.fromJwt(io.jsonwebtoken.Claims claims) Convert Caller back from auth token, override this method to implement customized token formatBootAuthenticator.verifyBearerToken(io.netty.handler.codec.http.HttpHeaders httpRequestHeaders, AuthTokenCache cache, Integer errorCode, ServiceContext context) BootAuthenticator.verifyToken(String authToken, AuthTokenCache cache, Integer errorCode, ServiceContext context) Methods in org.summerboot.jexpress.security.auth with parameters of type Caller