java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingSet<Service>
org.jclouds.openstack.keystone.v2_0.domain.Access
All Implemented Interfaces:
Comparable<Access>, Iterable<Service>, Collection<Service>, Set<Service>, AuthInfo

public class Access extends com.google.common.collect.ForwardingSet<Service> implements Comparable<Access>, AuthInfo
TODO
See Also:
  • Constructor Details

  • Method Details

    • builder

      public static Access.Builder<?> builder()
    • toBuilder

      public Access.Builder<?> toBuilder()
    • getToken

      public Token getToken()
      TODO
    • getUser

      public User getUser()
      TODO
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface Collection<Service>
      Specified by:
      hashCode in interface Set<Service>
      Overrides:
      hashCode in class com.google.common.collect.ForwardingSet<Service>
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface Collection<Service>
      Specified by:
      equals in interface Set<Service>
      Overrides:
      equals in class com.google.common.collect.ForwardingSet<Service>
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class com.google.common.collect.ForwardingObject
    • compareTo

      public int compareTo(Access that)
      Specified by:
      compareTo in interface Comparable<Access>
    • delegate

      protected Set<Service> delegate()
      Specified by:
      delegate in class com.google.common.collect.ForwardingSet<Service>
    • getAuthToken

      public String getAuthToken()
      Specified by:
      getAuthToken in interface AuthInfo