|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.util.GrouperWsVersionUtils
public class GrouperWsVersionUtils
WS grouper version utils
Field Summary | |
---|---|
static ThreadLocal<GrouperVersion> |
currentClientVersion
current client version |
Constructor Summary | |
---|---|
GrouperWsVersionUtils()
|
Method Summary | |
---|---|
static WsAddMemberResult.WsAddMemberResultCode |
addMemberSuccessResultCode(boolean didntAlreadyExist,
WsSubjectLookup.SubjectFindResult subjectFindResult,
boolean canRead)
result code changed in 1.4 to include a response for if the membership already existed |
static void |
assignCurrentClientVersion(GrouperVersion clientVersion,
StringBuilder warnings)
put the current client version |
static void |
removeCurrentClientVersion()
put the current client version |
static void |
removeCurrentClientVersion(boolean soapOnly)
put the current client version |
static GrouperVersion |
retrieveCurrentClientVersion()
return current client version or null |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static ThreadLocal<GrouperVersion> currentClientVersion
Constructor Detail |
---|
public GrouperWsVersionUtils()
Method Detail |
---|
public static WsAddMemberResult.WsAddMemberResultCode addMemberSuccessResultCode(boolean didntAlreadyExist, WsSubjectLookup.SubjectFindResult subjectFindResult, boolean canRead)
didntAlreadyExist
- subjectFindResult
- canRead
- if the user can read the members or not
public static void assignCurrentClientVersion(GrouperVersion clientVersion, StringBuilder warnings)
clientVersion
- warnings
- public static void removeCurrentClientVersion()
public static void removeCurrentClientVersion(boolean soapOnly)
soapOnly
- true if only doing this for restpublic static GrouperVersion retrieveCurrentClientVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |