INNER CODE UNIT · Java

destroySession

bujiio/buji-pac4j · src/main/java/io/buji/pac4j/context/ShiroSessionStore.java:112

    public boolean destroySession(final WebContext context) {
        getSession(true).stop();
        return true;
    }

    @Override
    public Optional getTrackableSession(final WebContext context) {
        return Optional.empty();
    }

    @Override
    public Optional<SessionStore> buildFromTrackableSession(final WebContext context, final Object trackableSession) {
        return Optional.empty();
    }

    @Override
    public boolean renewSession(final WebContext context) {
        return false;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…