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 ByteArrayConverter
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
ByteArrayConverter()
-
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:
internalConvert
in classorg.pac4j.core.profile.converter.AbstractAttributeConverter
-
-