Serialized Form


Package com.atlassian.seraph

Package com.atlassian.seraph.auth

Class com.atlassian.seraph.auth.AbstractAuthenticator extends Object implements Serializable

Serialized Fields

config

SecurityConfig config

Class com.atlassian.seraph.auth.AuthenticatorException extends Exception implements Serializable

Serialized Fields

errorType

AuthenticationErrorType errorType

Class com.atlassian.seraph.auth.DefaultAuthenticator extends AbstractAuthenticator implements Serializable

Serialized Fields

basicAuthParameterName

String basicAuthParameterName

Package com.atlassian.seraph.config

Class com.atlassian.seraph.config.ConfigurationException extends Exception implements Serializable

Class com.atlassian.seraph.config.SecurityConfigImpl extends Object implements Serializable

Serialized Fields

authenticator

Authenticator authenticator

elevatedSecurityGuard

ElevatedSecurityGuard elevatedSecurityGuard

roleMapper

RoleMapper roleMapper

controller

SecurityController controller

services

List<E> services

interceptors

List<E> interceptors

loginURL

String loginURL

loginForwardPath

String loginForwardPath

logoutURL

String logoutURL

originalURLKey

String originalURLKey

cookieEncoding

String cookieEncoding

loginCookieKey

String loginCookieKey

linkLoginURL

String linkLoginURL

authType

String authType

websudoRequestKey

String websudoRequestKey

redirectPolicy

RedirectPolicy redirectPolicy

insecureCookie

boolean insecureCookie

invalidateSessionOnLogin

boolean invalidateSessionOnLogin

invalidateSessionOnWebsudo

boolean invalidateSessionOnWebsudo

invalidateSessionExcludeList

List<E> invalidateSessionExcludeList

invalidateWebsudoSessionExcludeList

List<E> invalidateWebsudoSessionExcludeList

autoLoginCookieAge

int autoLoginCookieAge

loginUrlStrategy

LoginUrlStrategy loginUrlStrategy

loginCookiePath

String loginCookiePath

Package com.atlassian.seraph.logout

Class com.atlassian.seraph.logout.LogoutServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

securityConfig

SecurityConfig securityConfig

Package com.atlassian.seraph.service

Class com.atlassian.seraph.service.PathService extends Object implements Serializable

Serialized Fields

configFileLocation

String configFileLocation

pathMapper

CachedPathMapper pathMapper

paths

Map<K,V> paths

Class com.atlassian.seraph.service.WebworkService extends Object implements Serializable

Serialized Fields

actionMapper

CachedPathMapper actionMapper

rolesMap

Map<K,V> rolesMap

Package com.atlassian.seraph.util

Class com.atlassian.seraph.util.PathMapper extends Object implements Serializable

Serialized Fields

mappings

Map<K,V> mappings

complexPaths

List<E> complexPaths

matcher

com.atlassian.seraph.util.PathMapper.KeyMatcher matcher

lock

ReadWriteLock lock



Copyright © 2013 Atlassian. All Rights Reserved.