Package com.sun.identity.idsvcs
Class AttributesRequest
- java.lang.Object
-
- com.sun.identity.idsvcs.AttributesRequest
-
public class AttributesRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description AttributesRequest()AttributesRequest(String[] attributes, Token subject, Boolean refresh)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getAttributes()BooleangetRefresh()TokengetSubject()voidsetAttributes(String[] attributes)voidsetRefresh(Boolean refresh)voidsetSubject(Token subject)
-