> + * @author Pedro Navarro
> + */
> +@Beta
> +@Extension(of = ServiceType.IDENTITY, namespace =
> ExtensionNamespaces.OS_KSADM)
> +public interface RoleAdminApi {
> +
> + /**
> + * Returns a summary list of roles.
> + *
> + * @return The list of roles
> + */
> + FluentIterable<? extends Role> list();
> +
> + /**
> + * Creates a new Role
> + *Minor: indent properly --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/303/files#r10010761
