A B C E G I K M O R S 
All Classes All Packages

A

addMechanismOid(Oid) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Add an Oid for a mechanism the GSSCredential should be usable with.

B

build() - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Construct a new GSSKerberosCredential security factory instance.
builder() - Static method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory
Deprecated.

C

CaseNameRewriter - Class in org.wildfly.security.auth.util
A case name rewriter adjusts a principal to upper or lower case.
CaseNameRewriter() - Constructor for class org.wildfly.security.auth.util.CaseNameRewriter
Construct a new instance which transforms to upper case.
CaseNameRewriter(boolean) - Constructor for class org.wildfly.security.auth.util.CaseNameRewriter
Construct a new instance.
create() - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory
Deprecated.
 

E

ElytronFilePasswordProvider - Class in org.wildfly.security.auth.util
An implementation of FilePasswordProvider which can provide the password to decrypt a private key using a CredentialSource or Credential
ElytronFilePasswordProvider(ExceptionSupplier<CredentialSource, XMLStreamException>) - Constructor for class org.wildfly.security.auth.util.ElytronFilePasswordProvider
 
ElytronFilePasswordProvider(Credential) - Constructor for class org.wildfly.security.auth.util.ElytronFilePasswordProvider
 

G

getPassword(SessionContext, NamedResource, int) - Method in class org.wildfly.security.auth.util.ElytronFilePasswordProvider
 
getPattern() - Method in class org.wildfly.security.auth.util.RegexNameRewriter
Get the pattern.
getPattern() - Method in class org.wildfly.security.auth.util.RegexNameValidatingRewriter
Get the pattern.
getRealmMapping(Principal, Evidence) - Method in class org.wildfly.security.auth.util.MappedRegexRealmMapper
 
getRealmMapping(Principal, Evidence) - Method in class org.wildfly.security.auth.util.SimpleRegexRealmMapper
 
getReplacement() - Method in class org.wildfly.security.auth.util.RegexNameRewriter
Get the replacement string.
GSSCredentialSecurityFactory - Class in org.wildfly.security.auth.util
Deprecated.
GSSCredentialSecurityFactory.Builder - Class in org.wildfly.security.auth.util
Deprecated.
A builder for GSS credential security factories.

I

isMatch() - Method in class org.wildfly.security.auth.util.RegexNameValidatingRewriter
Get the match flag.

K

KERBEROS_V5 - Static variable in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory
Deprecated.
 

M

MappedRegexRealmMapper - Class in org.wildfly.security.auth.util
A simple mapping regular expression-based realm mapper.
MappedRegexRealmMapper(Pattern, Map<String, String>) - Constructor for class org.wildfly.security.auth.util.MappedRegexRealmMapper
Construct a new instance.
MappedRegexRealmMapper(Pattern, RealmMapper, Map<String, String>) - Constructor for class org.wildfly.security.auth.util.MappedRegexRealmMapper
Construct a new instance.
MutableNameRewriter - Class in org.wildfly.security.auth.util
A delegating name rewriter with a mutable delegation target.
MutableNameRewriter() - Constructor for class org.wildfly.security.auth.util.MutableNameRewriter
Construct a new instance with the identity rewriter.
MutableNameRewriter(NameRewriter) - Constructor for class org.wildfly.security.auth.util.MutableNameRewriter
Construct a new instance.

O

org.wildfly.security.auth.util - package org.wildfly.security.auth.util
Miscellaneous utility classes and APIs for client and server login applications.

R

RegexNameRewriter - Class in org.wildfly.security.auth.util
A simple regular expression-based name rewriter.
RegexNameRewriter(Pattern, String, boolean) - Constructor for class org.wildfly.security.auth.util.RegexNameRewriter
Construct a new instance.
RegexNameValidatingRewriter - Class in org.wildfly.security.auth.util
A regular expression-based name validation rewriter.
RegexNameValidatingRewriter(Pattern, boolean) - Constructor for class org.wildfly.security.auth.util.RegexNameValidatingRewriter
Construct a new instance.
rewriteName(String) - Method in class org.wildfly.security.auth.util.CaseNameRewriter
Rewrite a name.
rewriteName(String) - Method in class org.wildfly.security.auth.util.MutableNameRewriter
 
rewriteName(String) - Method in class org.wildfly.security.auth.util.RegexNameRewriter
Rewrite a name.
rewriteName(String) - Method in class org.wildfly.security.auth.util.RegexNameValidatingRewriter
 

S

setCheckKeyTab(boolean) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Set if keytab file existence and principal presence in it should be checked on factory build.
setDebug(boolean) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Set if debug logging should be enabled for the JAAS authentication portion of obtaining the GSSCredential
setFailCache(long) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Set amount of seconds before new try to obtain GSSCredential should be done if it has failed last time.
setIsServer(boolean) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Set if the credential returned from the factory is representing the server side of the connection.
setKeyTab(File) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Set the keytab file to obtain the identity.
setMinimumRemainingLifetime(int) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Once the factory has been called once it will cache the resulting GSSCredential, this setting defines how much life it must have left in seconds for it to be re-used.
setObtainKerberosTicket(boolean) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Set if the KerberosTicket should also be obtained and associated with the Credential/
setOptions(Map<String, Object>) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Set other configuration options for Krb5LoginModule
setPrincipal(String) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Set the principal name for the initial authentication from the KeyTab.
setRequestLifetime(int) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Set the lifetime to request newly created credentials are valid for.
setTarget(NameRewriter) - Method in class org.wildfly.security.auth.util.MutableNameRewriter
Set the target rewriter.
setWrapGssCredential(boolean) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Set if the constructed GSSCredential should be wrapped to prevent improper credential disposal or not.
SimpleRegexRealmMapper - Class in org.wildfly.security.auth.util
A simple regular expression-based realm mapper.
SimpleRegexRealmMapper(Pattern) - Constructor for class org.wildfly.security.auth.util.SimpleRegexRealmMapper
Construct a new instance.
SimpleRegexRealmMapper(Pattern, RealmMapper) - Constructor for class org.wildfly.security.auth.util.SimpleRegexRealmMapper
Construct a new instance.
SPNEGO - Static variable in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory
Deprecated.
 
A B C E G I K M O R S 
All Classes All Packages