org.jclouds.oauth.v2.domain
Class ClaimSet

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by com.google.common.collect.ForwardingMap<String,String>
          extended by org.jclouds.oauth.v2.domain.ClaimSet
All Implemented Interfaces:
Map<String,String>

public class ClaimSet
extends com.google.common.collect.ForwardingMap<String,String>

The claimset for the token.

See Also:
doc

Nested Class Summary
static class ClaimSet.Builder
           
 
Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap
com.google.common.collect.ForwardingMap.StandardEntrySet, com.google.common.collect.ForwardingMap.StandardKeySet, com.google.common.collect.ForwardingMap.StandardValues
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
static ClaimSet.Builder builder()
           
protected  Map<String,String> delegate()
           
 boolean equals(Object obj)
          
 long getEmissionTime()
          The emission time, in seconds since the epoch.
 long getExpirationTime()
          The expiration time, in seconds since the emission time.
 int hashCode()
          
protected  com.google.common.base.Objects.ToStringHelper string()
           
 ClaimSet.Builder toBuilder()
           
 String toString()
          
 
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static ClaimSet.Builder builder()

toBuilder

public ClaimSet.Builder toBuilder()

getEmissionTime

public long getEmissionTime()
The emission time, in seconds since the epoch.


getExpirationTime

public long getExpirationTime()
The expiration time, in seconds since the emission time.


delegate

protected Map<String,String> delegate()
Overrides:
delegate in class com.google.common.collect.ForwardingMap<String,String>

hashCode

public int hashCode()

Specified by:
hashCode in interface Map<String,String>
Overrides:
hashCode in class com.google.common.collect.ForwardingMap<String,String>

equals

public boolean equals(Object obj)

Specified by:
equals in interface Map<String,String>
Overrides:
equals in class com.google.common.collect.ForwardingMap<String,String>

toString

public String toString()

Overrides:
toString in class com.google.common.collect.ForwardingObject

string

protected com.google.common.base.Objects.ToStringHelper string()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.