Skip navigation links
C D F G I K O Q R S T U 

C

contributeFilter(DeploymentContext, Provider, Service, ResourceDescriptor, List<FilterParamDescriptor>) - Method in class org.apache.knox.gateway.deploy.impl.ShiroDeploymentContributor
 
contributeProvider(DeploymentContext, Provider) - Method in class org.apache.knox.gateway.deploy.impl.ShiroDeploymentContributor
 
createAuthenticationInfo(AuthenticationToken, Object, Object, LdapContext) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
createLdapContext(Hashtable) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapContextFactory
 

D

destroy() - Method in class org.apache.knox.gateway.filter.ShiroSubjectIdentityAdapter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.apache.knox.gateway.filter.RedirectToUrlFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.apache.knox.gateway.filter.ResponseCookieFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.knox.gateway.filter.ShiroSubjectIdentityAdapter
 
doGetAuthenticationInfo(AuthenticationToken) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
doGetAuthenticationInfo(AuthenticationToken) - Method in class org.apache.knox.gateway.shirorealm.KnoxPamRealm
 
doGetAuthorizationInfo(PrincipalCollection) - Method in class org.apache.knox.gateway.shirorealm.KnoxPamRealm
 

F

failedLoginAttempt(Throwable) - Method in interface org.apache.knox.gateway.shirorealm.impl.i18n.KnoxShiroMessages
 
failedLoginInfo(AuthenticationToken) - Method in interface org.apache.knox.gateway.shirorealm.impl.i18n.KnoxShiroMessages
 
failedLoginStackTrace(Exception) - Method in interface org.apache.knox.gateway.shirorealm.impl.i18n.KnoxShiroMessages
 

G

getClusterName() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapContextFactory
 
getGroupIdAttribute() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
getGroupObjectClass() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
getGroupSearchBase() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
getMemberAttribute() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
getName() - Method in class org.apache.knox.gateway.deploy.impl.ShiroDeploymentContributor
 
getName() - Method in class org.apache.knox.gateway.shirorealm.UnixUserPrincipal
 
getPrincipalRegex() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
getRole() - Method in class org.apache.knox.gateway.deploy.impl.ShiroDeploymentContributor
 
getSearchBase() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
getService() - Method in class org.apache.knox.gateway.shirorealm.KnoxPamRealm
 
getSystemAuthenticationMechanism() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapContextFactory
 
getUnixUser() - Method in class org.apache.knox.gateway.shirorealm.UnixUserPrincipal
 
getUserDn(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
Returns the LDAP User Distinguished Name (DN) to use when acquiring an LdapContext from the LdapContextFactory.
getUserObjectClass() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
getUserSearchAttributeName() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
getUserSearchAttributeTemplate() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
getUserSearchBase() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
getUserSearchFilter() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
getUserSearchScope() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 

I

init(FilterConfig) - Method in class org.apache.knox.gateway.filter.RedirectToUrlFilter
 
init(FilterConfig) - Method in class org.apache.knox.gateway.filter.ResponseCookieFilter
 
init(FilterConfig) - Method in class org.apache.knox.gateway.filter.ShiroSubjectIdentityAdapter
 
isAuthorizationEnabled() - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 

K

KnoxCacheManager - Class in org.apache.knox.gateway.shirorealm
 
KnoxCacheManager() - Constructor for class org.apache.knox.gateway.shirorealm.KnoxCacheManager
 
KnoxLdapContextFactory - Class in org.apache.knox.gateway.shirorealm
An extension of JndiLdapContextFactory that allows a different authentication mechanism for system-level authentications (as used by authorization lookups, for example) compared to regular authentication.
KnoxLdapContextFactory() - Constructor for class org.apache.knox.gateway.shirorealm.KnoxLdapContextFactory
 
KnoxLdapRealm - Class in org.apache.knox.gateway.shirorealm
Implementation of DefaultLdapRealm that also returns each user's groups.
KnoxLdapRealm() - Constructor for class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
KnoxPamRealm - Class in org.apache.knox.gateway.shirorealm
A Unix-style PAM Realm that uses libpam4j to interface with the PAM system libraries.
KnoxPamRealm() - Constructor for class org.apache.knox.gateway.shirorealm.KnoxPamRealm
 
KnoxShiroMessages - Interface in org.apache.knox.gateway.shirorealm.impl.i18n
 

O

org.apache.knox.gateway.deploy.impl - package org.apache.knox.gateway.deploy.impl
 
org.apache.knox.gateway.filter - package org.apache.knox.gateway.filter
 
org.apache.knox.gateway.shirorealm - package org.apache.knox.gateway.shirorealm
 
org.apache.knox.gateway.shirorealm.impl.i18n - package org.apache.knox.gateway.shirorealm.impl.i18n
 

Q

queryForAuthorizationInfo(PrincipalCollection, LdapContextFactory) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
Get groups from LDAP.

R

REDIRECT_TO_URL - Static variable in class org.apache.knox.gateway.filter.RedirectToUrlFilter
 
RedirectToUrlFilter - Class in org.apache.knox.gateway.filter
 
RedirectToUrlFilter() - Constructor for class org.apache.knox.gateway.filter.RedirectToUrlFilter
 
ResponseCookieFilter - Class in org.apache.knox.gateway.filter
 
ResponseCookieFilter() - Constructor for class org.apache.knox.gateway.filter.ResponseCookieFilter
 
RESTRICTED_COOKIES - Static variable in class org.apache.knox.gateway.filter.ResponseCookieFilter
 

S

setAuthorizationEnabled(boolean) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setClusterName(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapContextFactory
 
setGroupIdAttribute(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setGroupObjectClass(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setGroupSearchBase(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setMemberAttribute(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setMemberAttributeValueTemplate(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setPermissionsByRole(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setPrincipalRegex(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setRolesByGroup(Map<String, String>) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setSearchBase(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setService(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxPamRealm
 
setSystemAuthenticationMechanism(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapContextFactory
 
setSystemPassword(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapContextFactory
 
setUserDnTemplate(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setUserObjectClass(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setUserSearchAttributeName(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setUserSearchAttributeTemplate(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setUserSearchBase(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setUserSearchFilter(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
setUserSearchScope(String) - Method in class org.apache.knox.gateway.shirorealm.KnoxLdapRealm
 
ShiroConfig - Class in org.apache.knox.gateway.deploy.impl
 
ShiroConfig(Provider, String) - Constructor for class org.apache.knox.gateway.deploy.impl.ShiroConfig
 
ShiroDeploymentContributor - Class in org.apache.knox.gateway.deploy.impl
 
ShiroDeploymentContributor() - Constructor for class org.apache.knox.gateway.deploy.impl.ShiroDeploymentContributor
 
ShiroSubjectIdentityAdapter - Class in org.apache.knox.gateway.filter
 
ShiroSubjectIdentityAdapter() - Constructor for class org.apache.knox.gateway.filter.ShiroSubjectIdentityAdapter
 
successfulLoginAttempt(Subject, AuthenticationToken) - Method in interface org.apache.knox.gateway.shirorealm.impl.i18n.KnoxShiroMessages
 

T

toString() - Method in class org.apache.knox.gateway.deploy.impl.ShiroConfig
 
toString() - Method in class org.apache.knox.gateway.shirorealm.UnixUserPrincipal
 

U

UnixUserPrincipal - Class in org.apache.knox.gateway.shirorealm
 
UnixUserPrincipal(UnixUser) - Constructor for class org.apache.knox.gateway.shirorealm.UnixUserPrincipal
 
C D F G I K O Q R S T U 
Skip navigation links

Copyright © 2022 The Apache Software Foundation. All rights reserved.