Class ResourceOwnerRepresentation
- java.lang.Object
-
- org.keycloak.representations.idm.authorization.ResourceOwnerRepresentation
-
public class ResourceOwnerRepresentation extends Object
- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description ResourceOwnerRepresentation()
ResourceOwnerRepresentation(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getName()
void
setId(String id)
void
setName(String name)
-
-
-
Constructor Detail
-
ResourceOwnerRepresentation
public ResourceOwnerRepresentation()
-
ResourceOwnerRepresentation
public ResourceOwnerRepresentation(String id)
-
-