public interface KeyInfoGeneratorFactory
KeyInfoGenerator
instances.Modifier and Type | Method and Description |
---|---|
Class<? extends Credential> |
getCredentialType()
Get the type (interface) of the specific type of credential handled by generators produced by
this factory.
|
boolean |
handles(Credential credential)
Check whether the generators produced by this factory can handle the specified credential.
|
KeyInfoGenerator |
newInstance()
Get a new instance of the generator type produced by the factory.
|
@Nonnull KeyInfoGenerator newInstance()
boolean handles(@Nonnull Credential credential)
credential
- the credential to evaluate@Nonnull Class<? extends Credential> getCredentialType()
KeyInfoGeneratorManager
.Copyright © 2016 JBoss by Red Hat. All rights reserved.