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 class
DeprecatedUserAccountMethods.CallableException
Deprecated.static interface
DeprecatedUserAccountMethods.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> V
call(org.osgi.framework.BundleContext bundleContext, DeprecatedUserAccountMethods.DeprecatedAccountManagementServiceCallable<V> callable)
Deprecated.Topic
createUserAccount(Credentials cred)
Deprecated.Topic
createUsername(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.
-
-