Uses of Class
com.sun.enterprise.deployment.AuthMechanism
-
Packages that use AuthMechanism Package Description com.sun.enterprise.deployment -
-
Uses of AuthMechanism in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return types with arguments of type AuthMechanism Modifier and Type Method Description Set<AuthMechanism>OutboundResourceAdapter. getAuthMechanisms()Set of AuthMechanism objectsMethods in com.sun.enterprise.deployment with parameters of type AuthMechanism Modifier and Type Method Description booleanConnectorDescriptor. addAuthMechanism(AuthMechanism mech)Deprecated.booleanOutboundResourceAdapter. addAuthMechanism(AuthMechanism mech)Add a AuthMechanism object to the set return value : false = found true = not foundbooleanConnectorDescriptor. removeAuthMechanism(AuthMechanism mech)Deprecated.booleanOutboundResourceAdapter. removeAuthMechanism(AuthMechanism mech)Remove a AuthMechanism object to the set return value : false = found true = not found
-