Added flag to check if handlers support forced authentication
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2068
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
public boolean supportsPassive();
/**
- * Gets the authentication context class or decleration URI supported by this handler.
+ * Gets whether this handler supports the ability to force a user's to authenticate.
*
- * @return authentication context class or decleration URI supported by this handler
+ * @return whether this handler supports the ability to force a user's to authenticate
*/
- public String getAuthenticationContext();
+ public boolean supportsForceAuthentication();
/**
* Sets the location to return the user to once authenticated.