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 © 2018 JBoss by Red Hat. All rights reserved.