org.glassfish.paas.tenantmanager.impl
Interface SecurityStore

All Known Implementing Classes:
SecurityStoreImpl

@Contract
public interface SecurityStore

Identity store, will be replaced with the real impl provided by security.

Author:
Andriy Zhdanov

Method Summary
 void create(String name, char[] password)
          Create security entity.
 

Method Detail

create

void create(String name,
            char[] password)
Create security entity.

Parameters:
name - name.
password - password.


Copyright © 2012. All Rights Reserved.