| Package | Description |
|---|---|
| net.openesb.security |
| Modifier and Type | Method and Description |
|---|---|
Subject |
SecurityHandlerImpl.authenticate(String realmName,
AuthenticationToken authenticationToken) |
Subject |
SecurityHandler.authenticate(String realmName,
AuthenticationToken authenticationToken) |
Subject |
SecurityProvider.login(AuthenticationToken authenticationToken)
This method is trying to authenticate a user by using the provided
AuthenticationToken and using the main administration realm. |
Subject |
SecurityProvider.login(String realmName,
AuthenticationToken authenticationToken)
This method is trying to authenticate a user by using the provided
AuthenticationToken and the given realm. |
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.