Uses of Class
org.apache.wss4j.common.token.BinarySecurity
-
Packages that use BinarySecurity Package Description org.apache.wss4j.common.token org.apache.wss4j.dom.engine org.apache.wss4j.dom.message.token org.apache.wss4j.dom.str org.apache.wss4j.dom.validate -
-
Uses of BinarySecurity in org.apache.wss4j.common.token
Subclasses of BinarySecurity in org.apache.wss4j.common.token Modifier and Type Class Description classPKIPathSecurityPKIPath Security Token.classX509SecurityX509 Security Token. -
Uses of BinarySecurity in org.apache.wss4j.dom.engine
Constructors in org.apache.wss4j.dom.engine with parameters of type BinarySecurity Constructor Description WSSecurityEngineResult(int act, BinarySecurity token, X509Certificate[] certs) -
Uses of BinarySecurity in org.apache.wss4j.dom.message.token
Subclasses of BinarySecurity in org.apache.wss4j.dom.message.token Modifier and Type Class Description classKerberosSecurityKerberos Security Token. -
Uses of BinarySecurity in org.apache.wss4j.dom.str
Methods in org.apache.wss4j.dom.str with parameters of type BinarySecurity Modifier and Type Method Description static voidSTRParserUtil. checkBinarySecurityBSPCompliance(SecurityTokenReference secRef, BinarySecurity token, BSPEnforcer bspEnforcer)Check that the BinarySecurityToken referenced by the SecurityTokenReference argument is BSP compliant. -
Uses of BinarySecurity in org.apache.wss4j.dom.validate
Methods in org.apache.wss4j.dom.validate that return BinarySecurity Modifier and Type Method Description BinarySecurityCredential. getBinarySecurityToken()Get the BinarySecurityToken to be validatedMethods in org.apache.wss4j.dom.validate with parameters of type BinarySecurity Modifier and Type Method Description voidCredential. setBinarySecurityToken(BinarySecurity binarySecurityToken)Set the BinarySecurityToken to be validated
-