Package com.axelor.auth.pac4j.ldap
Class ByteArrayConverter
- java.lang.Object
-
- org.pac4j.core.profile.converter.AbstractAttributeConverter
-
- com.axelor.auth.pac4j.ldap.ByteArrayConverter
-
- All Implemented Interfaces:
org.pac4j.core.profile.converter.AttributeConverter
public class ByteArrayConverter extends org.pac4j.core.profile.converter.AbstractAttributeConverter
-
-
Field Summary
Fields Modifier and Type Field Description static ByteArrayConverterINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protectedByteArrayConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]internalConvert(Object attribute)
-
-
-
Field Detail
-
INSTANCE
public static final ByteArrayConverter INSTANCE
-
-
Method Detail
-
internalConvert
protected byte[] internalConvert(Object attribute)
- Overrides:
internalConvertin classorg.pac4j.core.profile.converter.AbstractAttributeConverter
-
-