Package systems.dmx.accesscontrol
Interface DeprecatedUserAccountMethods
-
- All Known Implementing Classes:
AccountManagementPlugin
@Deprecated public interface DeprecatedUserAccountMethods
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDeprecatedUserAccountMethods.CallableExceptionDeprecated.static interfaceDeprecatedUserAccountMethods.DeprecatedAccountManagementServiceCallable<T>Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Topic_createUserAccount(Credentials cred)Deprecated.static <V> Vcall(org.osgi.framework.BundleContext bundleContext, DeprecatedUserAccountMethods.DeprecatedAccountManagementServiceCallable<V> callable)Deprecated.TopiccreateUserAccount(Credentials cred)Deprecated.TopiccreateUsername(String userName)Deprecated.
-
-
-
Method Detail
-
createUserAccount
Topic createUserAccount(Credentials cred)
Deprecated.
-
_createUserAccount
Topic _createUserAccount(Credentials cred) throws Exception
Deprecated.- Throws:
Exception
-
call
static <V> V call(org.osgi.framework.BundleContext bundleContext, DeprecatedUserAccountMethods.DeprecatedAccountManagementServiceCallable<V> callable)Deprecated.
-
-