A C D G H I L M P R S U

A

additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class au.edu.archer.acegi.myproxy.MyProxyAuthenticationProvider
 
attemptAuthentication(HttpServletRequest) - Method in class au.edu.archer.acegi.myproxy.CertificateFormPostTarget
 
au.edu.archer.acegi.httpheader - package au.edu.archer.acegi.httpheader
 
au.edu.archer.acegi.myproxy - package au.edu.archer.acegi.myproxy
 
authenticate(Authentication) - Method in class au.edu.archer.acegi.httpheader.HTTPHeaderAuthenticationManager
 

C

CertificateFormPostTarget - Class in au.edu.archer.acegi.myproxy
This class acts as a target for our certificate via form post mechanism.
CertificateFormPostTarget() - Constructor for class au.edu.archer.acegi.myproxy.CertificateFormPostTarget
 

D

destroy() - Method in class au.edu.archer.acegi.httpheader.HTTPHeadersFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class au.edu.archer.acegi.httpheader.HTTPHeadersFilter
 

G

getAuthorities(String) - Method in class au.edu.archer.acegi.httpheader.HTTPHeadersFilter
Get a list of granted authorities by consulting the whitelist.
getAuthorities() - Method in class au.edu.archer.acegi.httpheader.HTTPHeaderToken
Create a copy of the authorities array.
getAuthorities() - Method in class au.edu.archer.acegi.myproxy.UserDetailsWithCertificateImpl
 
getCertificate() - Method in interface au.edu.archer.acegi.myproxy.UserDetailsWithCertificate
 
getCertificate() - Method in class au.edu.archer.acegi.myproxy.UserDetailsWithCertificateImpl
 
getCertificateField() - Method in class au.edu.archer.acegi.myproxy.CertificateFormPostTarget
 
getCredentials() - Method in class au.edu.archer.acegi.httpheader.HTTPHeaderToken
 
getCredentials() - Method in class au.edu.archer.acegi.myproxy.ProxyAuthenticationToken
 
getDefaultFilterProcessesUrl() - Method in class au.edu.archer.acegi.myproxy.CertificateFormPostTarget
 
getDn() - Method in interface au.edu.archer.acegi.myproxy.UserDetailsWithCertificate
 
getDn() - Method in class au.edu.archer.acegi.myproxy.UserDetailsWithCertificateImpl
 
getHost() - Method in class au.edu.archer.acegi.myproxy.MyProxyAuthenticationProvider
Get MyProxy host.
getMyProxyDN() - Method in class au.edu.archer.acegi.myproxy.MyProxyAuthenticationProvider
 
getPassword() - Method in class au.edu.archer.acegi.myproxy.UserDetailsWithCertificateImpl
 
getPort() - Method in class au.edu.archer.acegi.myproxy.MyProxyAuthenticationProvider
Get myproxy port.
getPrincipal() - Method in class au.edu.archer.acegi.httpheader.HTTPHeaderToken
 
getPrincipal() - Method in class au.edu.archer.acegi.myproxy.ProxyAuthenticationToken
 
getUsername() - Method in class au.edu.archer.acegi.myproxy.UserDetailsWithCertificateImpl
 
getVariableName() - Method in class au.edu.archer.acegi.httpheader.HTTPHeadersFilter
 
getWhiteListFile() - Method in class au.edu.archer.acegi.httpheader.HTTPHeadersFilter
 

H

HTTPHeaderAuthenticationManager - Class in au.edu.archer.acegi.httpheader
Pass the authentication token straight back.
HTTPHeaderAuthenticationManager() - Constructor for class au.edu.archer.acegi.httpheader.HTTPHeaderAuthenticationManager
 
HTTPHeadersFilter - Class in au.edu.archer.acegi.httpheader
This is a very simple filter which captures a single header and uses is as a principal.
HTTPHeadersFilter() - Constructor for class au.edu.archer.acegi.httpheader.HTTPHeadersFilter
 
HTTPHeaderToken - Class in au.edu.archer.acegi.httpheader
Store the HTTP header token as the principal.
HTTPHeaderToken(String, GrantedAuthority[]) - Constructor for class au.edu.archer.acegi.httpheader.HTTPHeaderToken
 

I

init(FilterConfig) - Method in class au.edu.archer.acegi.httpheader.HTTPHeadersFilter
 
isAccountNonExpired() - Method in class au.edu.archer.acegi.myproxy.UserDetailsWithCertificateImpl
 
isAccountNonLocked() - Method in class au.edu.archer.acegi.myproxy.UserDetailsWithCertificateImpl
 
isCredentialsNonExpired() - Method in class au.edu.archer.acegi.myproxy.UserDetailsWithCertificateImpl
 
isEnabled() - Method in class au.edu.archer.acegi.myproxy.UserDetailsWithCertificateImpl
 

L

logger - Variable in class au.edu.archer.acegi.httpheader.HTTPHeadersFilter
 
logger - Variable in class au.edu.archer.acegi.httpheader.HTTPHeaderToken
 

M

MyProxyAuthenticationProvider - Class in au.edu.archer.acegi.myproxy
Authenticate to a MyProxy service using credentials collected by a form authentication filter.
MyProxyAuthenticationProvider() - Constructor for class au.edu.archer.acegi.myproxy.MyProxyAuthenticationProvider
 

P

ProxyAuthenticationToken - Class in au.edu.archer.acegi.myproxy
The Token which stores the authentication information for the MyProxy authenticator.
ProxyAuthenticationToken(UserDetailsWithCertificate) - Constructor for class au.edu.archer.acegi.myproxy.ProxyAuthenticationToken
 

R

retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class au.edu.archer.acegi.myproxy.MyProxyAuthenticationProvider
Get the user details from MyProxy.

S

SESSION_CREDENTIAL - Static variable in class au.edu.archer.acegi.myproxy.MyProxyAuthenticationProvider
 
setCertificate(GSSCredential) - Method in interface au.edu.archer.acegi.myproxy.UserDetailsWithCertificate
Set the credential for the user, updating the DN.
setCertificate(GSSCredential) - Method in class au.edu.archer.acegi.myproxy.UserDetailsWithCertificateImpl
 
setCertificateField(String) - Method in class au.edu.archer.acegi.myproxy.CertificateFormPostTarget
 
setHost(String) - Method in class au.edu.archer.acegi.myproxy.MyProxyAuthenticationProvider
Set MyProxy host.
setMyProxyDN(String) - Method in class au.edu.archer.acegi.myproxy.MyProxyAuthenticationProvider
 
setPort(String) - Method in class au.edu.archer.acegi.myproxy.MyProxyAuthenticationProvider
Set MyProxy port.
setVariableName(String) - Method in class au.edu.archer.acegi.httpheader.HTTPHeadersFilter
 
setWhiteListFile(String) - Method in class au.edu.archer.acegi.httpheader.HTTPHeadersFilter
 
supports(Class) - Method in class au.edu.archer.acegi.httpheader.HTTPHeaderAuthenticationManager
 

U

UserDetailsWithCertificate - Interface in au.edu.archer.acegi.myproxy
UserDetails with credential storage interface.
UserDetailsWithCertificateImpl - Class in au.edu.archer.acegi.myproxy
Implementation of the UserDetailsWithCertificate interface.
UserDetailsWithCertificateImpl(String, String, GSSCredential) - Constructor for class au.edu.archer.acegi.myproxy.UserDetailsWithCertificateImpl
 

A C D G H I L M P R S U

Copyright © 2008. All Rights Reserved.