org.jboss.resteasy.keystone.model
Class Roles

java.lang.Object
  extended by 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()
           
 
Method Summary
 Set<Role> getRoles()
           
 Iterator<Role> iterator()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Roles

public Roles()
Method Detail

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.