com.cloudbees.openid4java.team
Class TeamExtensionResponse

java.lang.Object
  extended by com.cloudbees.openid4java.team.TeamExtensionMessage
      extended by 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

Field Summary
 
Fields inherited from class com.cloudbees.openid4java.team.TeamExtensionMessage
params
 
Constructor Summary
TeamExtensionResponse()
           
TeamExtensionResponse(org.openid4java.message.ParameterList parameterList)
           
 
Method Summary
 Set<String> getTeamMembership()
          Returns all the group names that the user actually belongs to (among the list provided in the TeamExtensionRequest.
 
Methods inherited from class com.cloudbees.openid4java.team.TeamExtensionMessage
getParameters, getTypeUri, providesIdentifier, setParameters, signRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TeamExtensionResponse

public TeamExtensionResponse(org.openid4java.message.ParameterList parameterList)

TeamExtensionResponse

public TeamExtensionResponse()
Method Detail

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.