|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<String,String>
org.jclouds.oauth.v2.domain.ClaimSet
public class ClaimSet
The claimset for the token.
| 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 |
|---|
public static ClaimSet.Builder builder()
public ClaimSet.Builder toBuilder()
public long getEmissionTime()
public long getExpirationTime()
protected Map<String,String> delegate()
delegate in class com.google.common.collect.ForwardingMap<String,String>public int hashCode()
hashCode in interface Map<String,String>hashCode in class com.google.common.collect.ForwardingMap<String,String>public boolean equals(Object obj)
equals in interface Map<String,String>equals in class com.google.common.collect.ForwardingMap<String,String>public String toString()
toString in class com.google.common.collect.ForwardingObjectprotected com.google.common.base.Objects.ToStringHelper string()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||