Uses of Interface
org.summerboot.jexpress.security.auth.Caller
Packages that use Caller
Package
Description
-
Uses of Caller in org.summerboot.jexpress.nio.grpc
Methods in org.summerboot.jexpress.nio.grpc with parameters of type CallerModifier and TypeMethodDescriptionstatic <ReqT,RespT>
io.grpc.ServerCall.Listener<ReqT> ContextualizedServerCallListenerEx.interceptCall(long startTs, Caller caller, String jti, io.grpc.Context context, io.grpc.ServerCall<ReqT, RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT, RespT> next) -
Uses of Caller in org.summerboot.jexpress.nio.server
Fields in org.summerboot.jexpress.nio.server declared as CallerModifier and TypeFieldDescriptionprotected CallerBootHttpFileUploadHandler.callerprotected CallerSessionContext.callerMethods in org.summerboot.jexpress.nio.server with type parameters of type CallerModifier and TypeMethodDescription<T extends Caller>
TSessionContext.caller()<T extends Caller>
SessionContextSessionContext.caller(T caller) Methods in org.summerboot.jexpress.nio.server that return CallerModifier and TypeMethodDescriptionprotected abstract Callerprotected abstract CallerBootHttpFileUploadHandler.authenticate(io.netty.handler.codec.http.HttpHeaders httpHeaders, SessionContext context) Methods in org.summerboot.jexpress.nio.server with parameters of type CallerModifier and TypeMethodDescriptionprotected abstract longBootHttpFileUploadHandler.getCallerFileUploadSizeLimit_Bytes(Caller caller, SessionContext context) protected abstract StringBootWebSocketHandler.onCallerConnected(io.netty.channel.ChannelHandlerContext ctx, Caller caller) protected abstract TBootHttpFileUploadHandler.onFileUploaded(io.netty.channel.ChannelHandlerContext ctx, String fileName, File file, Map<String, String> params, Caller caller, SessionContext context) 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.ws.rs
Methods in org.summerboot.jexpress.nio.server.ws.rs that return CallerModifier and TypeMethodDescriptionBootController.login(Authenticator auth, String userId, String password, SessionContext context) BootController.longin_jSecurityCheck(String userId, String password, SessionContext context) BootController.longin_JSON(@Valid LoginVo loginVo, SessionContext context) -
Uses of Caller in org.summerboot.jexpress.security.auth
Classes in org.summerboot.jexpress.security.auth that implement CallerFields in org.summerboot.jexpress.security.auth with type parameters of type CallerModifier and TypeFieldDescriptionstatic final io.grpc.Context.Key<Caller> Authenticator.GrpcCallergRPC JWT verification resultMethods in org.summerboot.jexpress.security.auth that return CallerModifier and TypeMethodDescriptionprotected abstract CallerBootAuthenticator.authenticate(String usename, String password, E metaData, AuthenticatorListener listener, SessionContext context) protected CallerLDAPAuthenticator.authenticate(String username, String password, M metaData, AuthenticatorListener listener, SessionContext context) protected CallerBootAuthenticator.fromJwt(io.jsonwebtoken.Claims claims) Convert Caller back from auth token, override this method to implement customized token formatAuthenticator.verifyToken(io.netty.handler.codec.http.HttpHeaders httpRequestHeaders, AuthTokenCache cache, Integer errorCode, SessionContext context) Success HTTP Status: 200 OKAuthenticator.verifyToken(String authToken, AuthTokenCache cache, Integer errorCode, SessionContext context) BootAuthenticator.verifyToken(io.netty.handler.codec.http.HttpHeaders httpRequestHeaders, AuthTokenCache cache, Integer errorCode, SessionContext context) BootAuthenticator.verifyToken(String authToken, AuthTokenCache cache, Integer errorCode, SessionContext context) Methods in org.summerboot.jexpress.security.auth with parameters of type CallerModifier and TypeMethodDescriptionAuthenticator.signJWT(Caller caller, int validForMinutes, SessionContext context) Success HTTP Status: 201 CreatedBootAuthenticator.signJWT(Caller caller, int validForMinutes, SessionContext context) io.jsonwebtoken.JwtBuilderConvert Caller to auth token, override this method to implement customized token formatio.jsonwebtoken.JwtBuilderConvert Caller to auth token, override this method to implement customized token format