public class WSHandlerResult extends Object
| Constructor and Description |
|---|
WSHandlerResult(String actor,
List<WSSecurityEngineResult> results)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActor()
gets the actor
|
List<WSSecurityEngineResult> |
getResults()
gets the the security results
|
public WSHandlerResult(String actor, List<WSSecurityEngineResult> results)
actor - results - public String getActor()
public List<WSSecurityEngineResult> getResults()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.