org.jboss.resteasy.keystone.model
Class Roles
java.lang.Object
org.jboss.resteasy.keystone.model.Roles
- All Implemented Interfaces:
- Serializable, Iterable<Role>
public class Roles
- extends Object
- implements Iterable<Role>, Serializable
- See Also:
- Serialized Form
Constructor Summary |
Roles()
|
Roles
public Roles()
getRoles
public Set<Role> getRoles()
- Returns:
- the roles
toString
public String toString()
- Overrides:
toString
in class Object
iterator
public Iterator<Role> iterator()
- Specified by:
iterator
in interface Iterable<Role>
Copyright © 2013. All Rights Reserved.