Package org.openiam.base.response
Class LookupBaseResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.data.BaseDataResponse<User>
-
- org.openiam.base.response.LookupBaseResponse
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LookupGroupResponse
,LookupUserResponse
public abstract class LookupBaseResponse extends BaseDataResponse<User>
Response object for a web service operation that returns a role.- Author:
- suneet
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ExtensibleAttribute>
attrList
protected List<LineObject>
lineObjects
protected String
managedSysId
protected String
principalName
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description LookupBaseResponse()
LookupBaseResponse(ResponseStatus s)
-
Method Summary
-
Methods inherited from class org.openiam.base.response.data.BaseDataResponse
getValueInternal
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, isFailure, isSuccess, succeed
-
-
-
-
Field Detail
-
attrList
protected List<ExtensibleAttribute> attrList
-
principalName
protected String principalName
-
managedSysId
protected String managedSysId
-
lineObjects
protected List<LineObject> lineObjects
-
-
Constructor Detail
-
LookupBaseResponse
public LookupBaseResponse()
-
LookupBaseResponse
public LookupBaseResponse(ResponseStatus s)
-
-