Interface WithStateAttributeSupport
-
- All Known Implementing Classes:
AuthnError,AuthnState
public interface WithStateAttributeSupportA new interface that allows authentication API models to support the state (_pf_authn_api_state) attribute.- Since:
- 12.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetState()Get the cookieless state value.voidsetState(String state)Set the cookieless state value.
-