Class SecurityExtensionAttributeMapper
- java.lang.Object
-
- net.n2oapp.framework.access.metadata.compile.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Сборка атрибутов прав доступа
-
-
Constructor Summary
Constructors Constructor Description SecurityExtensionAttributeMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNamespaceUri()java.util.Map<java.lang.String,java.lang.Object>mapAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
-
-
-
Method Detail
-
getNamespaceUri
public java.lang.String getNamespaceUri()
- Specified by:
getNamespaceUriin interfacenet.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:
mapAttributesin interfacenet.n2oapp.framework.api.metadata.compile.ExtensionAttributeMapper
-
-