Class SecurityExtensionAttributeMapper

  • All Implemented Interfaces:
    net.n2oapp.framework.api.metadata.aware.NamespaceUriAware, net.n2oapp.framework.api.metadata.compile.ExtensionAttributeMapper

    @Component
    public class SecurityExtensionAttributeMapper
    extends java.lang.Object
    implements net.n2oapp.framework.api.metadata.compile.ExtensionAttributeMapper
    Сборка атрибутов прав доступа
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNamespaceUri()  
      java.util.Map<java.lang.String,​java.lang.Object> mapAttributes​(java.util.Map<java.lang.String,​java.lang.String> attributes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware

        getNamespace, getNamespacePrefix, setNamespaceUri
    • Constructor Detail

      • SecurityExtensionAttributeMapper

        public SecurityExtensionAttributeMapper()
    • Method Detail

      • getNamespaceUri

        public java.lang.String getNamespaceUri()
        Specified by:
        getNamespaceUri in interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
      • mapAttributes

        public java.util.Map<java.lang.String,​java.lang.Object> mapAttributes​(java.util.Map<java.lang.String,​java.lang.String> attributes)
        Specified by:
        mapAttributes in interface net.n2oapp.framework.api.metadata.compile.ExtensionAttributeMapper