Interface ConditionsProvider
-
- All Known Implementing Classes:
DefaultConditionsProvider
public interface ConditionsProviderAn interface that allows a pluggable way of obtaining a SAML ConditionsBean used to populate the Conditions of a SAML Assertion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.wss4j.common.saml.bean.ConditionsBeangetConditions(TokenProviderParameters providerParameters)Get a ConditionsBean object.longgetLifetime()Get the lifetime to use (in seconds)
-
-
-
Method Detail
-
getConditions
org.apache.wss4j.common.saml.bean.ConditionsBean getConditions(TokenProviderParameters providerParameters)
Get a ConditionsBean object.
-
getLifetime
long getLifetime()
Get the lifetime to use (in seconds)
-
-