Package org.openiam.base.response
Class LoginListResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.list.BaseListResponse<Login>
-
- org.openiam.base.response.LoginListResponse
-
- All Implemented Interfaces:
Serializable
public class LoginListResponse extends BaseListResponse<Login>
Response object for a web service operation that returns a list of group objects- Author:
- suneet
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<LoginAttribute>loginAttributeList-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description LoginListResponse()
-
Method Summary
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Field Detail
-
loginAttributeList
protected List<LoginAttribute> loginAttributeList
-
-