Skip navigation links
A B C D E F G I J M N O P S T U V 

A

accessToken - Variable in class io.jenkins.plugin.auth.jwt.tokens.JwtGenerator.OAuthAccessTokenResponse
 
add(ErrorMessage.Error) - Method in class io.jenkins.plugin.auth.jwt.commons.ErrorMessage
 
add(String, Authentication) - Method in class io.jenkins.plugin.auth.jwt.impl.SimpleJwtAuthenticationStore
 
addAll(Collection<ErrorMessage.Error>) - Method in class io.jenkins.plugin.auth.jwt.commons.ErrorMessage
 
all() - Static method in class io.jenkins.plugin.auth.jwt.JwtAuthenticationStoreFactory
 
all() - Static method in class io.jenkins.plugin.auth.jwt.JwtSigningKeyProvider
 
all() - Static method in class io.jenkins.plugin.auth.jwt.JwtTokenDecorator
Returns all the registered JwtTokenDecorators
all() - Static method in class io.jenkins.plugin.auth.jwt.JwtTokenServiceEndpoint
 
all() - Static method in class io.jenkins.plugin.auth.jwt.JwtTokenVerifier
 
all() - Static method in class io.jenkins.plugin.auth.jwt.tokens.JwtGenerator
Gets all JwtGenerators
asJSON() - Method in class io.jenkins.plugin.auth.jwt.SigningPublicKey
Renders the key as JSON in the JWK format.

B

BAD_REQUEST - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
BadRequestException(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.BadRequestException
 
BadRequestException(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.BadRequestException
 
BadRequestException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.BadRequestException
 

C

claim - Variable in class io.jenkins.plugin.auth.jwt.JwtToken
JWT Claim
code - Variable in class io.jenkins.plugin.auth.jwt.commons.ErrorMessage
 
CONFLICT - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
ConflictException(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.ConflictException
 
ConflictException(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.ConflictException
 
ConflictException(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.ConflictException
 
ConflictException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.ConflictException
 

D

DATE_FORMAT_STRING - Static variable in class io.jenkins.plugin.auth.jwt.commons.JsonConverter
 
decorate(JwtToken) - Method in class io.jenkins.plugin.auth.jwt.JwtTokenDecorator
Called right before JwtToken is signed.
destroy() - Method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationFilter
 
didRequestHaveValidatedJwtToken() - Static method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationFilter
Returns true if the current request had a valid JWT token.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationFilter
 

E

enable(boolean) - Method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationFilter
Enable or disable JWT Authentication
Error(String, String, String) - Constructor for class io.jenkins.plugin.auth.jwt.commons.ErrorMessage.Error
 
ErrorMessage - Class in io.jenkins.plugin.auth.jwt.commons
Describes JSON based error message.
ErrorMessage(Integer, String) - Constructor for class io.jenkins.plugin.auth.jwt.commons.ErrorMessage
 
errorMessage - Variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
ErrorMessage.Error - Class in io.jenkins.plugin.auth.jwt.commons
 
ErrorMessage.Error.ErrorCodes - Enum in io.jenkins.plugin.auth.jwt.commons
 
exists() - Method in class io.jenkins.plugin.auth.jwt.impl.JwtRsaDigitalSignatureKey
 
expiresIn - Variable in class io.jenkins.plugin.auth.jwt.tokens.JwtGenerator.OAuthAccessTokenResponse
 

F

first() - Static method in class io.jenkins.plugin.auth.jwt.JwtTokenServiceEndpoint
 
FORBIDDEN - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
ForbiddenException(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.ForbiddenException
 
ForbiddenException(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.ForbiddenException
 
ForbiddenException(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.ForbiddenException
 
ForbiddenException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.ForbiddenException
 

G

generateResponse(StaplerRequest, StaplerResponse, Object) - Method in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationServiceImpl.JwtResponse
Writes the token as an HTTP payload.
get(String) - Method in class io.jenkins.plugin.auth.jwt.impl.SimpleJwtAuthenticationStore
 
getAuthentication(Map<String, Object>) - Method in class io.jenkins.plugin.auth.jwt.impl.SimpleJwtAuthenticationStore
 
getAuthentication(Map<String, Object>) - Method in interface io.jenkins.plugin.auth.jwt.JwtAuthenticationStore
Given JWT claim give the authentication object
getAuthenticationFromToken(String) - Method in class io.jenkins.plugin.auth.jwt.impl.JwtTokenVerifierImpl
 
getAuthenticationFromToken(String) - Method in class io.jenkins.plugin.auth.jwt.JwtTokenVerifier
 
getAuthorities() - Method in class io.jenkins.plugin.auth.jwt.impl.JwtTokenVerifierImpl.JwtAuthentication
 
getCode() - Method in class io.jenkins.plugin.auth.jwt.commons.ErrorMessage.Error
 
getCredentials() - Method in class io.jenkins.plugin.auth.jwt.impl.JwtTokenVerifierImpl.JwtAuthentication
 
getDisplayName() - Method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationServiceImpl
 
getErrors() - Method in class io.jenkins.plugin.auth.jwt.commons.ErrorMessage
 
getField() - Method in class io.jenkins.plugin.auth.jwt.commons.ErrorMessage.Error
 
getHostUrl() - Method in class io.jenkins.plugin.auth.jwt.JwtTokenServiceEndpoint
 
getIconFileName() - Method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationServiceImpl
 
getId() - Method in class io.jenkins.plugin.auth.jwt.impl.JwtRsaDigitalSignatureKey
 
getJwks(String) - Method in class io.jenkins.plugin.auth.jwt.JwtAuthenticationService
Binds Json web key to the URL space.
getJwtAuthenticationStore(Map<String, Object>) - Method in class io.jenkins.plugin.auth.jwt.impl.SimpleJwtAuthenticationStore
 
getJwtAuthenticationStore(Authentication) - Method in class io.jenkins.plugin.auth.jwt.impl.SimpleJwtAuthenticationStore
 
getJwtAuthenticationStore(Map<String, Object>) - Method in class io.jenkins.plugin.auth.jwt.JwtAuthenticationStoreFactory
Resolves JwtAuthenticationStore for given Authentication instance.
getJwtAuthenticationStore(Authentication) - Method in class io.jenkins.plugin.auth.jwt.JwtAuthenticationStoreFactory
Resolves JwtAuthenticationStore for given Authentication instance.
getJwtStore(Authentication) - Static method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationServiceImpl
 
getJwtStore(Authentication) - Static method in class io.jenkins.plugin.auth.jwt.tokens.InternalJwtGenerator
 
getKey() - Method in class io.jenkins.plugin.auth.jwt.SigningKey
 
getKey() - Method in class io.jenkins.plugin.auth.jwt.SigningPublicKey
 
getKid() - Method in class io.jenkins.plugin.auth.jwt.SigningKey
 
getKid() - Method in class io.jenkins.plugin.auth.jwt.SigningPublicKey
 
getMessage() - Method in class io.jenkins.plugin.auth.jwt.commons.ErrorMessage.Error
 
getName() - Method in class io.jenkins.plugin.auth.jwt.impl.JwtTokenVerifierImpl.JwtAuthentication
 
getPrincipal() - Method in class io.jenkins.plugin.auth.jwt.impl.JwtTokenVerifierImpl.JwtAuthentication
 
getPublicKey(String) - Method in class io.jenkins.plugin.auth.jwt.impl.SigningKeyProviderImpl
 
getPublicKey(String) - Method in class io.jenkins.plugin.auth.jwt.JwtSigningKeyProvider
Provides public key needed to verify the token.
getToken(Integer, Integer) - Method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationServiceImpl
 
getToken(Integer, Integer) - Method in class io.jenkins.plugin.auth.jwt.JwtAuthenticationService
Gives JWT token for authenticated user.
getToken(Authentication, Integer, Integer) - Method in class io.jenkins.plugin.auth.jwt.tokens.InternalJwtGenerator
 
getToken(Authentication, Integer, Integer) - Method in class io.jenkins.plugin.auth.jwt.tokens.JwtGenerator
Get a token for the given user.
getUrlName() - Method in class io.jenkins.plugin.auth.jwt.JwtAuthenticationService
 

I

init() - Static method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationFilter
 
init(FilterConfig) - Method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationFilter
 
INTERNAL_SERVER_ERROR - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
InternalJwtGenerator - Class in io.jenkins.plugin.auth.jwt.tokens
A JwtGenerator that generates an internally signed JWT.
InternalJwtGenerator() - Constructor for class io.jenkins.plugin.auth.jwt.tokens.InternalJwtGenerator
 
io.jenkins.plugin.auth.jwt - package io.jenkins.plugin.auth.jwt
 
io.jenkins.plugin.auth.jwt.commons - package io.jenkins.plugin.auth.jwt.commons
 
io.jenkins.plugin.auth.jwt.impl - package io.jenkins.plugin.auth.jwt.impl
 
io.jenkins.plugin.auth.jwt.tokens - package io.jenkins.plugin.auth.jwt.tokens
 
isEnabled() - Method in class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationFilter
 

J

JsonConverter - Class in io.jenkins.plugin.auth.jwt.commons
 
JsonConverter() - Constructor for class io.jenkins.plugin.auth.jwt.commons.JsonConverter
 
JwtAuthentication(String) - Constructor for class io.jenkins.plugin.auth.jwt.impl.JwtTokenVerifierImpl.JwtAuthentication
 
JwtAuthenticationFilter - Class in io.jenkins.plugin.auth.jwt.impl
Filter that processes JWT token
JwtAuthenticationFilter() - Constructor for class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationFilter
 
JwtAuthenticationService - Class in io.jenkins.plugin.auth.jwt
JWT endpoint resource.
JwtAuthenticationService() - Constructor for class io.jenkins.plugin.auth.jwt.JwtAuthenticationService
 
JwtAuthenticationServiceImpl - Class in io.jenkins.plugin.auth.jwt.impl
Default implementation of JwtAuthenticationService
JwtAuthenticationServiceImpl() - Constructor for class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationServiceImpl
 
JwtAuthenticationServiceImpl.JwtResponse - Class in io.jenkins.plugin.auth.jwt.impl
 
JwtAuthenticationStore - Interface in io.jenkins.plugin.auth.jwt
An authentication store for Jwt, authentication provider implements this extension point to store enough information in JWT claim so that later on when the token verification happens, using this same claims this authentication object can be re-created.
JwtAuthenticationStoreFactory - Class in io.jenkins.plugin.auth.jwt
An authentication provider implements this extension point to store enough information in JWT claim so that later on when the token verification happens, using this same claims this authentication object can be re-created.
JwtAuthenticationStoreFactory() - Constructor for class io.jenkins.plugin.auth.jwt.JwtAuthenticationStoreFactory
 
JwtGenerator - Class in io.jenkins.plugin.auth.jwt.tokens
An ExtensionPoint that allows for JWT generation.
JwtGenerator() - Constructor for class io.jenkins.plugin.auth.jwt.tokens.JwtGenerator
 
JwtGenerator.OAuthAccessTokenResponse - Class in io.jenkins.plugin.auth.jwt.tokens
 
JwtResponse(JwtGenerator.OAuthAccessTokenResponse) - Constructor for class io.jenkins.plugin.auth.jwt.impl.JwtAuthenticationServiceImpl.JwtResponse
 
JwtRsaDigitalSignatureKey - Class in io.jenkins.plugin.auth.jwt.impl
Safely store RSA key pair used to sign JWT tokens.
JwtRsaDigitalSignatureKey(String) - Constructor for class io.jenkins.plugin.auth.jwt.impl.JwtRsaDigitalSignatureKey
 
JwtSigningKeyProvider - Class in io.jenkins.plugin.auth.jwt
PublicKey provider, to be used during signing
JwtSigningKeyProvider() - Constructor for class io.jenkins.plugin.auth.jwt.JwtSigningKeyProvider
 
JwtToken - Class in io.jenkins.plugin.auth.jwt
Generates JWT token
JwtToken() - Constructor for class io.jenkins.plugin.auth.jwt.JwtToken
 
JwtTokenDecorator - Class in io.jenkins.plugin.auth.jwt
Participates in the creation of JwtToken
JwtTokenDecorator() - Constructor for class io.jenkins.plugin.auth.jwt.JwtTokenDecorator
 
JwtTokenServiceEndpoint - Class in io.jenkins.plugin.auth.jwt
This extension point serves the JWT token service endpoint
JwtTokenServiceEndpoint() - Constructor for class io.jenkins.plugin.auth.jwt.JwtTokenServiceEndpoint
 
JwtTokenVerifier - Class in io.jenkins.plugin.auth.jwt
If an incoming HTTP request contains JWT token, pick that up, verifies the integrity, then convert that into JwtTokenVerifierImpl.JwtAuthentication so that the rest of Jenkins can process this request with proper identity of the caller.
JwtTokenVerifier() - Constructor for class io.jenkins.plugin.auth.jwt.JwtTokenVerifier
 
JwtTokenVerifierImpl - Class in io.jenkins.plugin.auth.jwt.impl
 
JwtTokenVerifierImpl() - Constructor for class io.jenkins.plugin.auth.jwt.impl.JwtTokenVerifierImpl
 
JwtTokenVerifierImpl.JwtAuthentication - Class in io.jenkins.plugin.auth.jwt.impl
 

M

message - Variable in class io.jenkins.plugin.auth.jwt.commons.ErrorMessage
 
METHOD_NOT_ALLOWED - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
MethodNotAllowedException(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.MethodNotAllowedException
 
MethodNotAllowedException(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.MethodNotAllowedException
 
MethodNotAllowedException(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.MethodNotAllowedException
 
MethodNotAllowedException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.MethodNotAllowedException
 

N

NOT_FOUND - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
NOT_IMPLEMENTED - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
NotFoundException(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.NotFoundException
 
NotFoundException(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.NotFoundException
 
NotFoundException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.NotFoundException
 
NotImplementedException(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.NotImplementedException
 
NotImplementedException(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.NotImplementedException
 
NotImplementedException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.NotImplementedException
 

O

OAuthAccessTokenResponse(String, long) - Constructor for class io.jenkins.plugin.auth.jwt.tokens.JwtGenerator.OAuthAccessTokenResponse
Create a new OAuth access token response
om - Static variable in class io.jenkins.plugin.auth.jwt.commons.JsonConverter
 

P

PRECONDITION_REQUIRED - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
PreconditionRequired(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.PreconditionRequired
 
PreconditionRequired(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.PreconditionRequired
 
PreconditionRequired(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.PreconditionRequired
 
PreconditionRequired(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.PreconditionRequired
 

S

select(JwtToken) - Method in class io.jenkins.plugin.auth.jwt.impl.SigningKeyProviderImpl
 
select(JwtToken) - Method in class io.jenkins.plugin.auth.jwt.JwtSigningKeyProvider
Chooses the key to sign the given token.
ServiceException - Exception in io.jenkins.plugin.auth.jwt.commons
This exception class to be used by all service methods.
ServiceException(int, String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
ServiceException(int, String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
ServiceException(int, ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
ServiceException.BadRequestException - Exception in io.jenkins.plugin.auth.jwt.commons
 
ServiceException.ConflictException - Exception in io.jenkins.plugin.auth.jwt.commons
 
ServiceException.ForbiddenException - Exception in io.jenkins.plugin.auth.jwt.commons
 
ServiceException.MethodNotAllowedException - Exception in io.jenkins.plugin.auth.jwt.commons
 
ServiceException.NotFoundException - Exception in io.jenkins.plugin.auth.jwt.commons
Convenience exception classes modeled after HTTP exceptions
ServiceException.NotImplementedException - Exception in io.jenkins.plugin.auth.jwt.commons
 
ServiceException.PreconditionRequired - Exception in io.jenkins.plugin.auth.jwt.commons
 
ServiceException.TooManyRequestsException - Exception in io.jenkins.plugin.auth.jwt.commons
 
ServiceException.UnauthorizedException - Exception in io.jenkins.plugin.auth.jwt.commons
 
ServiceException.UnexpectedErrorException - Exception in io.jenkins.plugin.auth.jwt.commons
 
ServiceException.UnprocessableEntityException - Exception in io.jenkins.plugin.auth.jwt.commons
 
ServiceException.UnsupportedMediaTypeException - Exception in io.jenkins.plugin.auth.jwt.commons
 
sign() - Method in class io.jenkins.plugin.auth.jwt.JwtToken
Generates base64 representation of JWT token sign using "RS256" algorithm getHeader().toBase64UrlEncode() + "." + getClaim().toBase64UrlEncode() + "." + sign
SigningKey - Class in io.jenkins.plugin.auth.jwt
Key used to sign JWT token.
SigningKey(String, RSAPrivateKey) - Constructor for class io.jenkins.plugin.auth.jwt.SigningKey
 
SigningKeyProviderImpl - Class in io.jenkins.plugin.auth.jwt.impl
Default JwtSigningKeyProvider that rotates a key over time.
SigningKeyProviderImpl() - Constructor for class io.jenkins.plugin.auth.jwt.impl.SigningKeyProviderImpl
 
SigningPublicKey - Class in io.jenkins.plugin.auth.jwt
Public key counterpart of SigningKey
SigningPublicKey(String, RSAPublicKey) - Constructor for class io.jenkins.plugin.auth.jwt.SigningPublicKey
 
SimpleJwtAuthenticationStore - Class in io.jenkins.plugin.auth.jwt.impl
Stores authentication map and makes them available in memory.
SimpleJwtAuthenticationStore() - Constructor for class io.jenkins.plugin.auth.jwt.impl.SimpleJwtAuthenticationStore
 
status - Variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
store(Authentication, Map<String, Object>) - Method in class io.jenkins.plugin.auth.jwt.impl.SimpleJwtAuthenticationStore
 
store(Authentication, Map<String, Object>) - Method in interface io.jenkins.plugin.auth.jwt.JwtAuthenticationStore
Store authentication related information in JWT claims

T

toJava(String, Class<T>) - Static method in class io.jenkins.plugin.auth.jwt.commons.JsonConverter
 
toJava(InputStream, Class<T>) - Static method in class io.jenkins.plugin.auth.jwt.commons.JsonConverter
 
toJava(Reader, Class<T>) - Static method in class io.jenkins.plugin.auth.jwt.commons.JsonConverter
 
toJson(Object) - Static method in class io.jenkins.plugin.auth.jwt.commons.JsonConverter
 
toJson() - Method in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
Convert ErrorMessage to JSON
tokenType - Variable in class io.jenkins.plugin.auth.jwt.tokens.JwtGenerator.OAuthAccessTokenResponse
 
TOO_MANY_REQUESTS - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
TooManyRequestsException(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.TooManyRequestsException
 
TooManyRequestsException(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.TooManyRequestsException
 
TooManyRequestsException(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.TooManyRequestsException
 
TooManyRequestsException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.TooManyRequestsException
 
toPublicKey(String) - Static method in class io.jenkins.plugin.auth.jwt.JwtSigningKeyProvider
Search through all the providers and find the public key that matches the given key ID.
toSigningKey() - Method in class io.jenkins.plugin.auth.jwt.impl.JwtRsaDigitalSignatureKey
 

U

UNAUTHORIZED - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
UnauthorizedException(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnauthorizedException
 
UnauthorizedException(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnauthorizedException
 
UnauthorizedException(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnauthorizedException
 
UnauthorizedException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnauthorizedException
 
UnexpectedErrorException(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnexpectedErrorException
 
UnexpectedErrorException(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnexpectedErrorException
 
UnexpectedErrorException(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnexpectedErrorException
 
UnexpectedErrorException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnexpectedErrorException
 
UNPROCESSABLE_ENTITY - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
UnprocessableEntityException(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnprocessableEntityException
 
UnprocessableEntityException(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnprocessableEntityException
 
UnprocessableEntityException(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnprocessableEntityException
 
UnprocessableEntityException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnprocessableEntityException
 
UNSUPPORTED_MEDIA_TYPE - Static variable in exception io.jenkins.plugin.auth.jwt.commons.ServiceException
 
UnsupportedMediaTypeException(String) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(String, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(ErrorMessage) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.plugin.auth.jwt.commons.ServiceException.UnsupportedMediaTypeException
 

V

valueOf(String) - Static method in enum io.jenkins.plugin.auth.jwt.commons.ErrorMessage.Error.ErrorCodes
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.jenkins.plugin.auth.jwt.commons.ErrorMessage.Error.ErrorCodes
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I J M N O P S T U V 
Skip navigation links

Copyright © 2016–2018. All rights reserved.