com.cloudbees.openid4java.team
Class TeamExtensionRequest

java.lang.Object
  extended by com.cloudbees.openid4java.team.TeamExtensionMessage
      extended by com.cloudbees.openid4java.team.TeamExtensionRequest
All Implemented Interfaces:
org.openid4java.message.MessageExtension

public class TeamExtensionRequest
extends TeamExtensionMessage

Request from client to server to ask for group membership.

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class com.cloudbees.openid4java.team.TeamExtensionMessage
params
 
Constructor Summary
TeamExtensionRequest()
           
TeamExtensionRequest(org.openid4java.message.ParameterList parameterList)
           
 
Method Summary
 void setQueryMembership(Collection<String> teams)
          List of team names to query.
 
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

TeamExtensionRequest

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

TeamExtensionRequest

public TeamExtensionRequest()
Method Detail

setQueryMembership

public void setQueryMembership(Collection<String> teams)
List of team names to query.



Copyright © 2011. All Rights Reserved.