Uses of Class
com.sun.enterprise.deployment.runtime.common.ProtectionDescriptor
-
Packages that use ProtectionDescriptor Package Description com.sun.enterprise.deployment.node.runtime.common com.sun.enterprise.deployment.runtime.common com.sun.enterprise.security.jaspic This package contains much of the integration code for JASPIC.com.sun.enterprise.security.jauth.jaspic.provider -
-
Uses of ProtectionDescriptor in com.sun.enterprise.deployment.node.runtime.common
Methods in com.sun.enterprise.deployment.node.runtime.common with parameters of type ProtectionDescriptor Modifier and Type Method Description NodeProtectionNode. writeDescriptor(Node parent, String nodeName, ProtectionDescriptor protectionDesc)write the descriptor class to a DOM tree and return it -
Uses of ProtectionDescriptor in com.sun.enterprise.deployment.runtime.common
Methods in com.sun.enterprise.deployment.runtime.common that return ProtectionDescriptor Modifier and Type Method Description ProtectionDescriptorMessageSecurityDescriptor. getRequestProtectionDescriptor()ProtectionDescriptorMessageSecurityDescriptor. getResponseProtectionDescriptor()Methods in com.sun.enterprise.deployment.runtime.common with parameters of type ProtectionDescriptor Modifier and Type Method Description voidMessageSecurityDescriptor. setRequestProtectionDescriptor(ProtectionDescriptor proDesc)voidMessageSecurityDescriptor. setResponseProtectionDescriptor(ProtectionDescriptor proDesc) -
Uses of ProtectionDescriptor in com.sun.enterprise.security.jaspic
Methods in com.sun.enterprise.security.jaspic with parameters of type ProtectionDescriptor Modifier and Type Method Description static jakarta.security.auth.message.MessagePolicyAuthMessagePolicy. getMessagePolicy(ProtectionDescriptor protectionDescriptor) -
Uses of ProtectionDescriptor in com.sun.enterprise.security.jauth.jaspic.provider
Methods in com.sun.enterprise.security.jauth.jaspic.provider with parameters of type ProtectionDescriptor Modifier and Type Method Description protected static AuthPolicyBaseAuthConfig. getAuthPolicy(ProtectionDescriptor pd)
-