public final class TrustedAuthoritiesCallback extends Object implements ExtendedCallback
Constructor and Description |
---|
TrustedAuthoritiesCallback()
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<TrustedAuthority> |
getTrustedAuthorities()
Get the retrieved trusted authorities.
|
boolean |
needsInformation()
Determine if this callback is requesting information.
|
void |
setTrustedAuthorities(List<TrustedAuthority> trustedAuthorities)
Set the retrieved trusted authorities.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isOptional
public TrustedAuthoritiesCallback()
public List<TrustedAuthority> getTrustedAuthorities()
null
)public void setTrustedAuthorities(List<TrustedAuthority> trustedAuthorities)
trustedAuthorities
- the retrieved trusted authorities (may be null
)public boolean needsInformation()
ExtendedCallback
needsInformation
in interface ExtendedCallback
true
if the callback is requesting information, false
if it is only providing informationCopyright © 2020 JBoss by Red Hat. All rights reserved.