Uses of Class
com.sun.identity.entitlement.xacml3.core.Match
-
Packages that use Match Package Description com.sun.identity.entitlement.xacml3 com.sun.identity.entitlement.xacml3.core DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -
-
Uses of Match in com.sun.identity.entitlement.xacml3
Methods in com.sun.identity.entitlement.xacml3 that return Match Modifier and Type Method Description static MatchXACMLPrivilegeUtils. actionNameToMatch(String actionName, String applicationName)static MatchXACMLPrivilegeUtils. applicationNameToMatch(String applicationName)static MatchXACMLPrivilegeUtils. resourceNameToMatch(String resourceName, String applicationName)static MatchXACMLPrivilegeUtils. resourceNameToNotMatch(String resourceName, String applicationName) -
Uses of Match in com.sun.identity.entitlement.xacml3.core
Fields in com.sun.identity.entitlement.xacml3.core with type parameters of type Match Modifier and Type Field Description protected List<Match>AllOf. matchMethods in com.sun.identity.entitlement.xacml3.core that return Match Modifier and Type Method Description MatchObjectFactory. createMatch()Create an instance ofMatchMethods in com.sun.identity.entitlement.xacml3.core that return types with arguments of type Match Modifier and Type Method Description JAXBElement<Match>ObjectFactory. createMatch(Match value)List<Match>AllOf. getMatch()Gets the value of the match property.Methods in com.sun.identity.entitlement.xacml3.core with parameters of type Match Modifier and Type Method Description JAXBElement<Match>ObjectFactory. createMatch(Match value)
-