public class SyncopeJexlFunctions extends Object
JexlUtils.getEngine()
Constructor and Description |
---|
SyncopeJexlFunctions() |
Modifier and Type | Method and Description |
---|---|
String |
fullPath2Dn(String fullPath,
String attr)
Converts realm's full path into the equivalent DN.
|
String |
fullPath2Dn(String fullPath,
String attr,
String prefix)
Converts realm's full path into the equivalent DN.
|
public String fullPath2Dn(String fullPath, String attr)
/a/b/c
becomes ou=c,ou=b,ou=a
.fullPath
- realm's full pathattr
- attribute name for DNpublic String fullPath2Dn(String fullPath, String attr, String prefix)
/a/b/c
becomes ,ou=c,ou=b,ou=a
, when prefix
is
","
fullPath
- realm's full pathattr
- attribute name for DNprefix
- result's prefixCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.