Class InweboAuthenticationDeviceMetadataPopulator
- java.lang.Object
-
- org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
-
- org.apereo.cas.support.inwebo.authentication.InweboAuthenticationDeviceMetadataPopulator
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationMetaDataPopulator,org.springframework.core.Ordered
public class InweboAuthenticationDeviceMetadataPopulator extends org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulatorThe Inwebo metadata populator which adds the authentication device as an authentication attribute.- Since:
- 6.4.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTE_NAME_INWEBO_AUTHENTICATION_DEVICEAuthentication attribute to capture device name.
-
Constructor Summary
Constructors Constructor Description InweboAuthenticationDeviceMetadataPopulator()
-
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)
-
-
-
Field Detail
-
ATTRIBUTE_NAME_INWEBO_AUTHENTICATION_DEVICE
public static final java.lang.String ATTRIBUTE_NAME_INWEBO_AUTHENTICATION_DEVICE
Authentication attribute to capture device name.- See Also:
- Constant Field Values
-
-