Apache CXF API

Uses of Class
org.apache.cxf.security.claims.authorization.ClaimMode

Packages that use ClaimMode
org.apache.cxf.rs.security.saml.authorization   
org.apache.cxf.security.claims.authorization   
 

Uses of ClaimMode in org.apache.cxf.rs.security.saml.authorization
 

Methods in org.apache.cxf.rs.security.saml.authorization that return ClaimMode
 ClaimMode ClaimBean.getClaimMode()
           
 

Constructors in org.apache.cxf.rs.security.saml.authorization with parameters of type ClaimMode
ClaimBean(Claim claim, ClaimMode claimMode, boolean matchAll)
           
 

Uses of ClaimMode in org.apache.cxf.security.claims.authorization
 

Methods in org.apache.cxf.security.claims.authorization that return ClaimMode
static 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're declared.
 


Apache CXF API

Apache CXF