public interface SSOProviderPlugin extends SSOProvider
Modifier and Type | Method and Description |
---|---|
boolean |
isApplicable(javax.servlet.http.HttpServletRequest request)
Determines whether this SSOProvider is applicable to the given servlet request.
|
boolean |
isApplicable(String tokenId)
Determines whether this SSOProvider is applicable to the given token id.
|
createSSOToken, createSSOToken, createSSOToken, createSSOToken, createSSOToken, destroyToken, destroyToken, getValidSessions, isValidToken, isValidToken, logout, refreshSession, refreshSession, validateToken
boolean isApplicable(javax.servlet.http.HttpServletRequest request)
request
- the request to check.true
if the request contains an SSOToken that can be handled by this provider.boolean isApplicable(String tokenId)
tokenId
- the token id.true
if the given token id can be parsed by this provider.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.