Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
KerberosSecurityFactory |
Elytron.ElytronResources.kerberosSecurityFactory(String key) |
Modifier and Type | Method and Description |
---|---|
List<KerberosSecurityFactory> |
Elytron.ElytronResources.kerberosSecurityFactories()
Get the list of KerberosSecurityFactory resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.kerberosSecurityFactory(KerberosSecurityFactory value)
Add the KerberosSecurityFactory object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.kerberosSecurityFactories(List<KerberosSecurityFactory> value)
Add all KerberosSecurityFactory objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
KerberosSecurityFactory<T extends KerberosSecurityFactory<T>>
A security factory for obtaining a GSSCredential for use during
authentication.
|
interface |
KerberosSecurityFactoryConsumer<T extends KerberosSecurityFactory<T>> |
interface |
KerberosSecurityFactorySupplier<T extends KerberosSecurityFactory> |
Modifier and Type | Method and Description |
---|---|
KerberosSecurityFactory |
KerberosSecurityFactorySupplier.get()
Constructed instance of KerberosSecurityFactory resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.