edu.internet2.middleware.grouper.ws.security
Class GrouperWssecSample
java.lang.Object
edu.internet2.middleware.grouper.ws.security.GrouperWssecSample
- All Implemented Interfaces:
- GrouperWssecAuthentication
public class GrouperWssecSample
- extends Object
- implements GrouperWssecAuthentication
sample implementation of wssec
Method Summary |
boolean |
authenticate(org.apache.ws.security.WSPasswordCallback wsPasswordCallback)
authenticate the user, and find the subject and return. |
GrouperWssecSample
public GrouperWssecSample()
authenticate
public boolean authenticate(org.apache.ws.security.WSPasswordCallback wsPasswordCallback)
throws IOException
- Description copied from interface:
GrouperWssecAuthentication
authenticate the user, and find the subject and return.
See GrouperWssecSample for an example
- Specified by:
authenticate
in interface GrouperWssecAuthentication
- 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- See Also:
GrouperWssecAuthentication.authenticate(org.apache.ws.security.WSPasswordCallback)