Package edu.uiuc.ncsa.security.servlet
Interface UsernameTransformer
- 
- All Known Implementing Classes:
- TrivialUsernameTransformer
 
 public interface UsernameTransformerCreated by Jeff Gaynor 
 on 1/9/14 at 10:14 AM
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcreateMyProxyUsername(javax.servlet.http.HttpServletRequest request)This will take the request.StringcreateReturnedUsername(javax.servlet.http.HttpServletRequest request, String myproxyUsername)This will take the request and current myproxy username, The result is returned to the client as the "username" parameter.
 
- 
- 
- 
Method Detail- 
createMyProxyUsernameString createMyProxyUsername(javax.servlet.http.HttpServletRequest request) This will take the request. The result returned will be a replacement for the username that is passed to MyProxy for authentication.- Parameters:
- request-
- Returns:
 
 
- 
 
-