org.apache.oltu.oauth2.common.domain.client
Interface ClientInfo

All Known Implementing Classes:
BasicClientInfo

public interface ClientInfo


Method Summary
 String getClientId()
           
 String getClientSecret()
           
 String getClientUri()
           
 String getDescription()
           
 Long getExpiresIn()
           
 String getIconUri()
           
 Long getIssuedAt()
           
 String getName()
           
 String getRedirectUri()
           
 

Method Detail

getClientId

String getClientId()

getClientSecret

String getClientSecret()

getIssuedAt

Long getIssuedAt()

getExpiresIn

Long getExpiresIn()

getRedirectUri

String getRedirectUri()

getClientUri

String getClientUri()

getDescription

String getDescription()

getName

String getName()

getIconUri

String getIconUri()


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