Uses of Class
org.apache.cxf.security.claims.authorization.ClaimMode
-
Packages that use ClaimMode Package Description org.apache.cxf.security.claims.authorization -
-
Uses of ClaimMode in org.apache.cxf.security.claims.authorization
Methods in org.apache.cxf.security.claims.authorization that return ClaimMode Modifier and Type Method Description ClaimMode
mode()
If set to ClaimMode.LAX then the match will fail only if the incoming assertion has the same name and format claim with non-matching valuesstatic ClaimMode
ClaimMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClaimMode[]
ClaimMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-