Package org.gluu.oxauth.service
Class LocalResponseCache
- java.lang.Object
- 
- org.gluu.oxauth.service.LocalResponseCache
 
- 
 @ApplicationScoped @Named public class LocalResponseCache extends java.lang.Object- Author:
- Yuriy Zabrovarnyy
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_DISCOVERY_LIFETIMEstatic intDEFAULT_SECTOR_IDENTIFIER_LIFETIME
 - 
Constructor SummaryConstructors Constructor Description LocalResponseCache()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObjectgetDiscoveryResponse()java.util.List<java.lang.String>getSectorRedirectUris(java.lang.String sectorIdentifierUri)voidputDiscoveryResponse(org.json.JSONObject response)voidputSectorRedirectUris(java.lang.String sectorIdentifierUri, java.util.List<java.lang.String> redirectUris)voidreloadConfigurationTimerEvent(AuthConfigurationEvent authConfigurationEvent)
 
- 
- 
- 
Field Detail- 
DEFAULT_DISCOVERY_LIFETIMEpublic static final int DEFAULT_DISCOVERY_LIFETIME - See Also:
- Constant Field Values
 
 - 
DEFAULT_SECTOR_IDENTIFIER_LIFETIMEpublic static final int DEFAULT_SECTOR_IDENTIFIER_LIFETIME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
reloadConfigurationTimerEvent@Asynchronous public void reloadConfigurationTimerEvent(@Observes AuthConfigurationEvent authConfigurationEvent)
 - 
getSectorRedirectUrispublic java.util.List<java.lang.String> getSectorRedirectUris(java.lang.String sectorIdentifierUri) 
 - 
putSectorRedirectUrispublic void putSectorRedirectUris(java.lang.String sectorIdentifierUri, java.util.List<java.lang.String> redirectUris)
 - 
getDiscoveryResponsepublic org.json.JSONObject getDiscoveryResponse() 
 - 
putDiscoveryResponsepublic void putDiscoveryResponse(org.json.JSONObject response) 
 
- 
 
-