org.glassfish.paas.tenantmanager.impl
Class SecurityStoreImpl

java.lang.Object
  extended by 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

Constructor Summary
SecurityStoreImpl()
           
 
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
 

Constructor Detail

SecurityStoreImpl

public SecurityStoreImpl()
Method Detail

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.