public class Read extends Object
Modifier and Type | Field and Description |
---|---|
protected Token |
admin |
protected Attribute[] |
attributes |
protected String |
name |
Constructor and Description |
---|
Read() |
Read(String name,
Attribute[] attributes,
Token admin) |
Modifier and Type | Method and Description |
---|---|
Token |
getAdmin() |
Attribute[] |
getAttributes() |
String |
getName() |
void |
setAdmin(Token admin) |
void |
setAttributes(Attribute[] attributes) |
void |
setName(String name) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.