Example usage for javax.security.auth Refreshable interface-usage

List of usage examples for javax.security.auth Refreshable interface-usage

Introduction

In this page you can find the example usage for javax.security.auth Refreshable interface-usage.

Usage

From source file nl.knaw.huygens.security.server.model.ServerSession.java

public class ServerSession implements HuygensSession, Destroyable, Refreshable {
    private static final int DURATION = PropertiesHelper.getIntegerProperty("session.duration");

    private final UUID id;

    private final HuygensPrincipal owner;