edu.internet2.middleware.grouper.ws.security
Interface GrouperWssecAuthentication

All Known Implementing Classes:
GrouperWssecSample

public interface GrouperWssecAuthentication

Implement this for rampart security. See GrouperWssecSample for an example


Method Summary
 boolean authenticate(org.apache.ws.security.WSPasswordCallback wsPasswordCallback)
           authenticate the user, and find the subject and return.
 

Method Detail

authenticate

boolean authenticate(org.apache.ws.security.WSPasswordCallback wsPasswordCallback)
                     throws IOException
 authenticate the user, and find the subject and return.
 See GrouperWssecSample for an example
 

Parameters:
wsPasswordCallback -
Returns:
true if that callback type is supported, false if not
Throws:
IOException - if there is a problem or if user is not authenticated correctly