Package org.surfnet.oaaas.model

Examples of org.surfnet.oaaas.model.TokenResponseCacheImpl


    return Client.create(cc);
  }

  @SuppressWarnings({"rawtypes", "unchecked"})
  protected TokenResponseCache buildCache() {
    return new TokenResponseCacheImpl(1000, 60 * 5);
  }
View Full Code Here

TOP

Related Classes of org.surfnet.oaaas.model.TokenResponseCacheImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.