Uses of Interface
net.shibboleth.idp.ui.csrf.CSRFToken
Packages that use CSRFToken
Package
Description
APIs relating to cross-site request forgery mitigations.
Implementation classes for cross-site request forgery mitigation.
-
Uses of CSRFToken in net.shibboleth.idp.ui.csrf
Fields in net.shibboleth.idp.ui.csrf with type parameters of type CSRFTokenModifier and TypeFieldDescriptionprivate BiPredicate<CSRFToken,String> CSRFTokenManager.csrfTokenValidationPredicatePredicate to validate the CSRF token.Methods in net.shibboleth.idp.ui.csrf that return CSRFTokenModifier and TypeMethodDescriptionCSRFTokenManager.generateCSRFToken()Generate aCSRFTokenusing the token generation strategy derived token value.Methods in net.shibboleth.idp.ui.csrf with parameters of type CSRFTokenModifier and TypeMethodDescriptionbooleanCSRFTokenManager.isValidCSRFToken(CSRFToken csrfToken, String requestCsrfToken) Check the CSRF token matches the CSRF token in the request using thecsrfTokenValidationPredicate.booleanMethod parameters in net.shibboleth.idp.ui.csrf with type arguments of type CSRFTokenModifier and TypeMethodDescriptionvoidCSRFTokenManager.setCsrfTokenValidationPredicate(BiPredicate<CSRFToken, String> tokenValidationPredicate) Set the CSRF token validation predicate. -
Uses of CSRFToken in net.shibboleth.idp.ui.csrf.impl
Classes in net.shibboleth.idp.ui.csrf.impl that implement CSRFToken