com.cloudbees.openid4java.team
Class TeamExtensionResponse
java.lang.Object
com.cloudbees.openid4java.team.TeamExtensionMessage
com.cloudbees.openid4java.team.TeamExtensionResponse
- All Implemented Interfaces:
- org.openid4java.message.MessageExtension
public class TeamExtensionResponse
- extends TeamExtensionMessage
Response from the server indicating the actual group membership.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TeamExtensionResponse
public TeamExtensionResponse(org.openid4java.message.ParameterList parameterList)
TeamExtensionResponse
public TeamExtensionResponse()
getTeamMembership
public Set<String> getTeamMembership()
- Returns all the group names that the user actually belongs to (among the list provided
in the
TeamExtensionRequest.
Copyright © 2011. All Rights Reserved.