Uses of Interface
org.summerboot.jexpress.security.auth.Caller
Packages that use Caller
Package
Description
-
Uses of Caller in org.summerboot.jexpress.nio.server
Fields in org.summerboot.jexpress.nio.server declared as CallerMethods 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, ServiceContext 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, ServiceContext 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.domain
Fields in org.summerboot.jexpress.nio.server.domain declared as CallerMethods 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 TypeMethodDescriptionstatic CallerBootController.login(Authenticator auth, String userId, String password, ServiceContext context) BootController.longin_jSecurityCheck(String userId, String password, ServiceContext context) BootController.longin_JSON(LoginVo loginVo, ServiceContext 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, ServiceContext context) protected CallerLDAPAuthenticator.authenticate(String username, String password, M metaData, AuthenticatorListener listener, ServiceContext 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, ServiceContext context) Success HTTP Status: 200 OKAuthenticator.verifyToken(String authToken, AuthTokenCache cache, Integer errorCode, ServiceContext context) BootAuthenticator.verifyToken(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 CallerModifier and TypeMethodDescriptionio.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