Uses of Enum Class
org.eblocker.server.http.security.AppContext
Packages that use AppContext
-
Uses of AppContext in org.eblocker.server.http.security
Methods in org.eblocker.server.http.security that return AppContextModifier and TypeMethodDescriptionstatic AppContextAppContext.defaultValue()JsonWebToken.getAppContext()TokenInfo.getAppContext()static AppContextAppContext.nullSafeValue(String acx) static AppContextReturns the enum constant of this class with the specified name.static AppContext[]AppContext.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eblocker.server.http.security with parameters of type AppContextModifier and TypeMethodDescriptionSecurityService.generateConsoleToken(AppContext appContext) JsonWebTokenHandler.generateToken(boolean passwordRequired, AppContext context, long tokenValiditySeconds, boolean isAuthenticationValid) SecurityService.generateToken(AppContext appContext) SecurityService.generateToken(Credentials credentials, IpAddress ip, AppContext appContext) SecurityService.renewToken(AppContext appContext) Constructors in org.eblocker.server.http.security with parameters of type AppContextModifierConstructorDescriptionJsonWebToken(String token, AppContext appContext, Long expiresOn, Boolean passwordRequired) TokenInfo(AppContext appContext, long expiresOn, long tokenValiditySeconds, boolean authenticationValid)