Class ComplexTypeSAML2AttributeConverter

  • All Implemented Interfaces:
    org.pac4j.core.profile.converter.AttributeConverter

    public class ComplexTypeSAML2AttributeConverter
    extends java.lang.Object
    implements org.pac4j.core.profile.converter.AttributeConverter
    An attribute converter for SAML2 complex types.
    Since:
    5.4.0
    Author:
    Jerome LELEU
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convert​(java.lang.Object a)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComplexTypeSAML2AttributeConverter

        public ComplexTypeSAML2AttributeConverter()
    • Method Detail

      • convert

        public java.lang.Object convert​(java.lang.Object a)
        Specified by:
        convert in interface org.pac4j.core.profile.converter.AttributeConverter