org.glassfish.paas.tenantmanager.impl
Class SecurityStoreImpl
java.lang.Object
org.glassfish.paas.tenantmanager.impl.SecurityStoreImpl
- All Implemented Interfaces:
- SecurityStore
@Service
public class SecurityStoreImpl
- extends Object
- implements SecurityStore
Default implementation for file realm.
- Author:
- Andriy Zhdanov
|
Method Summary |
void |
create(String name,
char[] password)
Creates file-user in default realm. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityStoreImpl
public SecurityStoreImpl()
create
public void create(String name,
char[] password)
- Creates file-user in default realm.
- Specified by:
create in interface SecurityStore
- Parameters:
name - name.password - password.
Copyright © 2012. All Rights Reserved.