Uses of Class
org.wildfly.security.auth.client.MatchRule
Packages that use MatchRule
Package
Description
Elytron Client enable remote clients to authenticate using Elytron.
-
Uses of MatchRule in org.wildfly.security.auth.client
Fields in org.wildfly.security.auth.client declared as MatchRuleModifier and TypeFieldDescriptionstatic final MatchRuleMatchRule.ALLThe root rule which matches all URIs.Methods in org.wildfly.security.auth.client that return MatchRuleModifier and TypeMethodDescriptionfinal MatchRuleMatchRule.matchAbstractType(String typeName, String authorityName) Create a new rule which is the same as this rule, but also matches the given abstract type and type authority.final MatchRuleMatchRule.matchAddress(InetAddress inetAddress) Create a new rule which is the same as this rule, but also matches the given Internet address.final MatchRuleMatchRule.matchAnyUser()Create a new rule which is the same as this rule, but matches URIs with or without user info.final MatchRuleCreate a new rule which is the same as this rule, but also matches the given host name.final MatchRuleMatchRule.matchLocalSecurityDomain(String name) Create a new rule which is the same as this rule, but also matches the given security domain.final MatchRuleMatchRule.matchNetwork(org.wildfly.common.net.CidrAddress cidrAddress) Create a new rule which is the same as this rule, but also matches the given Internet network address.final MatchRuleMatchRule.matchNoUser()Create a new rule which is the same as this rule, but only matches URIs with no user info.final MatchRuleCreate a new rule which is the same as this rule, but also matches the given path name.final MatchRuleMatchRule.matchPort(int port) Create a new rule which is the same as this rule, but also matches the given port number.final MatchRuleMatchRule.matchProtocol(String protoName) Create a new rule which is the same as this rule, but also matches the given protocol (scheme) name.final MatchRuleMatchRule.matchUrnName(String name) Create a new rule which is the same as this rule, but also matches the given URN name.final MatchRuleCreate a new rule which is the same as this rule, but also matches the given URI user info.Methods in org.wildfly.security.auth.client with parameters of type MatchRuleModifier and TypeMethodDescriptionfinal booleanDetermine whether this rule is equal to another.AuthenticationContext.replacing(int idx, MatchRule rule, AuthenticationConfiguration configuration) Get a new authentication context which is the same as this one, but which replaces the rule and configuration at the given index with the given rule and configuration.AuthenticationContext.replacingSslContext(int idx, MatchRule rule, org.wildfly.security.SecurityFactory<SSLContext> sslContext) Get a new authentication context which is the same as this one, but which replaces the rule and SSL context at the given index with the given rule and SSL context.AuthenticationContext.with(int idx, MatchRule rule, AuthenticationConfiguration configuration) Get a new authentication context which is the same as this one, but which includes the given rule and configuration inserted at the position of its list indicated by theidxparameter.AuthenticationContext.with(MatchRule rule, AuthenticationConfiguration configuration) Get a new authentication context which is the same as this one, but which includes the given rule and configuration at the end of its list.AuthenticationContext.withSsl(int idx, MatchRule rule, org.wildfly.security.SecurityFactory<SSLContext> sslContext) Get a new authentication context which is the same as this one, but which includes the given rule and SSL context inserted at the position of its list indicated by theidxparameter.AuthenticationContext.withSsl(MatchRule rule, org.wildfly.security.SecurityFactory<SSLContext> sslContext) Get a new authentication context which is the same as this one, but which includes the given rule and SSL context at the end of its SSL context list.