Index

A C G H I N O R S T V 
All Classes and Interfaces|All Packages

A

AuthenticationHandler - Interface in org.codice.ddf.security.handler.api
 

C

COMPLETED - Enum constant in enum class org.codice.ddf.security.handler.api.HandlerResult.Status
 

G

getActiveSessions() - Method in interface org.codice.ddf.security.handler.api.SessionHandler
Gets the set of active sessions and their attached SPs.
getAuthenticationType() - Method in interface org.codice.ddf.security.handler.api.AuthenticationHandler
Authentication type String used to match this handler with the auth types configured for a specific context.
getConnectTimeout() - Method in interface org.codice.ddf.security.handler.api.OidcHandlerConfiguration
 
getNormalizedToken(ServletRequest, ServletResponse, SecurityFilterChain, boolean) - Method in interface org.codice.ddf.security.handler.api.AuthenticationHandler
Determine if all the required information exists in the request to generate a token and move on to perform authentication and/or authorization for the requested context.
getOidcClient(String) - Method in interface org.codice.ddf.security.handler.api.OidcHandlerConfiguration
 
getOidcConfiguration() - Method in interface org.codice.ddf.security.handler.api.OidcHandlerConfiguration
 
getOidcLogoutActionBuilder() - Method in interface org.codice.ddf.security.handler.api.OidcHandlerConfiguration
 
getReadTimeout() - Method in interface org.codice.ddf.security.handler.api.OidcHandlerConfiguration
 
getSource() - Method in interface org.codice.ddf.security.handler.api.HandlerResult
 
getStatus() - Method in interface org.codice.ddf.security.handler.api.HandlerResult
 
getToken() - Method in interface org.codice.ddf.security.handler.api.HandlerResult
 

H

handleError(ServletRequest, ServletResponse, SecurityFilterChain) - Method in interface org.codice.ddf.security.handler.api.AuthenticationHandler
Called when downstream authentication fails.
HandlerResult - Interface in org.codice.ddf.security.handler.api
 
HandlerResult.Status - Enum Class in org.codice.ddf.security.handler.api
 

I

invalidateSession(String) - Method in interface org.codice.ddf.security.handler.api.SessionHandler
Invalidates a session and sends LogoutRequests to all attached SPs.

N

NO_ACTION - Enum constant in enum class org.codice.ddf.security.handler.api.HandlerResult.Status
 

O

OidcHandlerConfiguration - Interface in org.codice.ddf.security.handler.api
 
org.codice.ddf.security.handler.api - package org.codice.ddf.security.handler.api
 

R

REDIRECTED - Enum constant in enum class org.codice.ddf.security.handler.api.HandlerResult.Status
 

S

SessionHandler - Interface in org.codice.ddf.security.handler.api
Service contract for listing and invalidating user sessions.
setSource(String) - Method in interface org.codice.ddf.security.handler.api.HandlerResult
 
setStatus(HandlerResult.Status) - Method in interface org.codice.ddf.security.handler.api.HandlerResult
 
setToken(AuthenticationToken) - Method in interface org.codice.ddf.security.handler.api.HandlerResult
 

T

testConnection() - Method in interface org.codice.ddf.security.handler.api.OidcHandlerConfiguration
 

V

valueOf(String) - Static method in enum class org.codice.ddf.security.handler.api.HandlerResult.Status
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.codice.ddf.security.handler.api.HandlerResult.Status
Returns an array containing the constants of this enum class, in the order they are declared.
A C G H I N O R S T V 
All Classes and Interfaces|All Packages