org.apache.oltu.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–2014 The Apache Software Foundation. All rights reserved.