org.apache.amber.oauth2.common.domain.credentials
Interface Credentials

All Known Implementing Classes:
BasicCredentials

public interface Credentials


Method Summary
 String getClientId()
           
 String getClientSecret()
           
 Long getExpiresIn()
           
 Long getIssuedAt()
           
 

Method Detail

getClientId

String getClientId()

getClientSecret

String getClientSecret()

getIssuedAt

Long getIssuedAt()

getExpiresIn

Long getExpiresIn()


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.