A C F G S T 

A

AbstractSSOTokenExtractor - Class in com.jackbe.jbp.sas.security.ui.sso
Base class for SSOTokenExtractor implementation classes.
AbstractSSOTokenExtractor() - Constructor for class com.jackbe.jbp.sas.security.ui.sso.AbstractSSOTokenExtractor
 

C

com.jackbe.jbp.common.util - package com.jackbe.jbp.common.util
 
com.jackbe.jbp.sas.security.ui.sso - package com.jackbe.jbp.sas.security.ui.sso
 

F

findToken(HttpServletRequest) - Method in class com.jackbe.jbp.sas.security.ui.sso.AbstractSSOTokenExtractor
SSO token extractor classes must implement the logic to find and return the single sign-on token for the specified request.
findToken(HttpServletRequest) - Method in interface com.jackbe.jbp.sas.security.ui.sso.SSOTokenExtractor
Finds the SSO token in the specified request.

G

getToken(HttpServletRequest) - Method in class com.jackbe.jbp.sas.security.ui.sso.AbstractSSOTokenExtractor
Returns the SSO token from the specified HTTP request or throws a SSOTokenNotFoundException.
getToken(HttpServletRequest) - Method in interface com.jackbe.jbp.sas.security.ui.sso.SSOTokenExtractor
Returns the SSO token from the specified request.

S

SSOTokenExtractor - Interface in com.jackbe.jbp.sas.security.ui.sso
The Presto interface for custom filters for single sign-on solutions.
SSOTokenNotFoundException - Class in com.jackbe.jbp.sas.security.ui.sso
An internal exception class thrown by SSOTokenExtractor implementations when the SSO token expected in a request is not found.
SSOTokenNotFoundException(String, Throwable) - Constructor for class com.jackbe.jbp.sas.security.ui.sso.SSOTokenNotFoundException
Throws the specified exception message and cause when an SSO token is not found.
SSOTokenNotFoundException(String) - Constructor for class com.jackbe.jbp.sas.security.ui.sso.SSOTokenNotFoundException
Throws the specified exception message when an SSO token is not found.
SSOTokenNotFoundException() - Constructor for class com.jackbe.jbp.sas.security.ui.sso.SSOTokenNotFoundException
Default constructor.
StringTransformation - Interface in com.jackbe.jbp.common.util
The Presto interface for custom filters for single sign-on solutions.

T

transform(String) - Method in interface com.jackbe.jbp.common.util.StringTransformation
Transforms the specified string into a valid user ID.
A C F G S T 

Copyright © 2014 Software AG. All Rights Reserved.