Class RememberMeAuthenticationMetaDataPopulator
- java.lang.Object
-
- org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
-
- org.apereo.cas.authentication.metadata.RememberMeAuthenticationMetaDataPopulator
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationMetaDataPopulator,org.springframework.core.Ordered
public class RememberMeAuthenticationMetaDataPopulator extends BaseAuthenticationMetaDataPopulator
Determines if the credential provided are for Remember Me Services and then sets the appropriate Authentication attribute if remember me services have been requested.- Since:
- 3.2.1
-
-
Constructor Summary
Constructors Constructor Description RememberMeAuthenticationMetaDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulateAttributes(org.apereo.cas.authentication.AuthenticationBuilder builder, org.apereo.cas.authentication.AuthenticationTransaction transaction)booleansupports(org.apereo.cas.authentication.Credential credential)
-