org.apache.oltu.oauth2.common.domain.client
Class BasicClientInfo

java.lang.Object
  extended by org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
All Implemented Interfaces:
ClientInfo

public class BasicClientInfo
extends Object
implements ClientInfo


Field Summary
protected  String clientId
           
protected  String clientSecret
           
protected  String clientUri
           
protected  String description
           
protected  Long expiresIn
           
protected  String iconUri
           
protected  Long issuedAt
           
protected  String name
           
protected  String redirectUri
           
 
Constructor Summary
BasicClientInfo()
           
 
Method Summary
 boolean equals(Object o)
           
 String getClientId()
           
 String getClientSecret()
           
 String getClientUri()
           
 String getDescription()
           
 Long getExpiresIn()
           
 String getIconUri()
           
 Long getIssuedAt()
           
 String getName()
           
 String getRedirectUri()
           
 int hashCode()
           
 void setClientId(String clientId)
           
 void setClientSecret(String clientSecret)
           
 void setClientUri(String clientUri)
           
 void setDescription(String description)
           
 void setExpiresIn(Long expiresIn)
           
 void setIconUri(String iconUri)
           
 void setIssuedAt(Long issuedAt)
           
 void setName(String name)
           
 void setRedirectUri(String redirectUri)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

clientId

protected String clientId

clientSecret

protected String clientSecret

redirectUri

protected String redirectUri

clientUri

protected String clientUri

description

protected String description

iconUri

protected String iconUri

issuedAt

protected Long issuedAt

expiresIn

protected Long expiresIn
Constructor Detail

BasicClientInfo

public BasicClientInfo()
Method Detail

getClientId

public String getClientId()
Specified by:
getClientId in interface ClientInfo

getClientSecret

public String getClientSecret()
Specified by:
getClientSecret in interface ClientInfo

getRedirectUri

public String getRedirectUri()
Specified by:
getRedirectUri in interface ClientInfo

getName

public String getName()
Specified by:
getName in interface ClientInfo

getIconUri

public String getIconUri()
Specified by:
getIconUri in interface ClientInfo

getClientUri

public String getClientUri()
Specified by:
getClientUri in interface ClientInfo

getDescription

public String getDescription()
Specified by:
getDescription in interface ClientInfo

setClientUri

public void setClientUri(String clientUri)

getIssuedAt

public Long getIssuedAt()
Specified by:
getIssuedAt in interface ClientInfo

setIssuedAt

public void setIssuedAt(Long issuedAt)

getExpiresIn

public Long getExpiresIn()
Specified by:
getExpiresIn in interface ClientInfo

setExpiresIn

public void setExpiresIn(Long expiresIn)

setName

public void setName(String name)

setClientId

public void setClientId(String clientId)

setClientSecret

public void setClientSecret(String clientSecret)

setRedirectUri

public void setRedirectUri(String redirectUri)

setIconUri

public void setIconUri(String iconUri)

setDescription

public void setDescription(String description)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.