A C D G I J L U 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- allowsSignup() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 
C
- canLogOut() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - createFilter(FilterConfig) - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - 
Our filter
 - createInstance(String, List<String>) - Static method in class io.jenkins.plugins.jwt_auth.JwtAuthAuthenticationToken
 - createSecurityComponents() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - 
this does not actually do anything as we only use the filter based auth
 
D
- DescriptorImpl() - Constructor for class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm.DescriptorImpl
 - DescriptorImpl(Class<? extends SecurityRealm>) - Constructor for class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm.DescriptorImpl
 
G
- getAcceptedAudience() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - getAcceptedIssuer() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - getCredentials() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthAuthenticationToken
 - getDefaultEmailClaimName() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm.DescriptorImpl
 - getDefaultFullNameClaim() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm.DescriptorImpl
 - getDefaultGroupsClaimName() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm.DescriptorImpl
 - getDefaultHeaderName() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm.DescriptorImpl
 - getDefaultUsernameClaimName() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm.DescriptorImpl
 - getDescriptor() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - getDisplayName() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm.DescriptorImpl
 - getEmailClaimName() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - getFullNameClaim() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - getGroupsClaimName() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - getGroupsClaimSeparator() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - getHeaderName() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - 
getters
 - getHelpFile() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm.DescriptorImpl
 - getJwksUrl() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - getLeewaySeconds() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - getPrincipal() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthAuthenticationToken
 - getUserClaimName() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 
I
- io.jenkins.plugins.jwt_auth - package io.jenkins.plugins.jwt_auth
 - isAllowVerificationFailures() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - isAuthenticated() - Method in class io.jenkins.plugins.jwt_auth.JwtAuthAuthenticationToken
 
J
- jwksResolver - Variable in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - 
jwks resolver
 - JwtAuthAuthenticationToken - Class in io.jenkins.plugins.jwt_auth
 - JwtAuthAuthenticationToken(String, Collection<? extends GrantedAuthority>) - Constructor for class io.jenkins.plugins.jwt_auth.JwtAuthAuthenticationToken
 - JwtAuthSecurityRealm - Class in io.jenkins.plugins.jwt_auth
 - JwtAuthSecurityRealm(String, String, String, String, String, String, String, int, boolean, String, String) - Constructor for class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - JwtAuthSecurityRealm.DescriptorImpl - Class in io.jenkins.plugins.jwt_auth
 - 
Descriptor for help and so on..
 - JwtAuthUserDetails - Class in io.jenkins.plugins.jwt_auth
 - JwtAuthUserDetails(String, Collection<GrantedAuthority>) - Constructor for class io.jenkins.plugins.jwt_auth.JwtAuthUserDetails
 
L
- loadUserByUsername2(String) - Method in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 
U
- userToGroupsCache - Variable in class io.jenkins.plugins.jwt_auth.JwtAuthSecurityRealm
 - 
map from username to groups
 
All Classes All Packages