org.camunda.bpm.security.service
Class SecurityService

java.lang.Object
  extended by org.camunda.bpm.security.service.SecurityService

@Component
public class SecurityService
extends Object

Author:
nico.rehwaldt

Constructor Summary
SecurityService()
           
 
Method Summary
 UserIdentity login(String userName, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityService

public SecurityService()
Method Detail

login

public UserIdentity login(String userName,
                          String password)


Copyright © 2014 camunda services GmbH. All rights reserved.